#326C23

Color #326C23 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #326C23

Tints of Green House #326C23

Color information

#326C23 (or 0x326C23) is unknown color: approx Green House. HEX triplet: 32, 6C and 23. RGB value is (50,108,35). Sum of RGB (Red+Green+Blue) = 50+108+35=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #326C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C23 is #CD93DC. Grayscale: #525252. Windows color (decimal): -13472733 or 2321458. OLE color: 2321458.

HSL color Cylindrical-coordinate representation of color #326C23: hue angle of 107.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326C23 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB5010835-
CMYK0.5400.680.58
HSL107.67º51.05%28.04%-
HSV(B)107.67º67.59%42.35%-
XYZ6.9811.523.45-
YUV82.34101.28104.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 108 (42.58% from 255) = 55.96%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=25.91%
G=55.96%
B=18.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108350.5400.680.58107.6751.0528.04
Hex326C23360443A6c331c
Octal6215443660104721546334
Binary110010110110010001111011001000100111010110110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326C23; }

 p { color: rgb(50,108,35); }

 H1.HeaderClassName
 {
   color: #326C23;
 }
 .AnyTagClassName
 {
   color: #326C23;
 }
</style>
background-color css

<style>
 a { background-color: #326C23; }

 a { background-color: rgb(50,108,35); }

 div.DivClassName
 {
   background-color: #326C23;
 }
 .BgClassName
 {
   background-color: #326C23;
 }
</style>
border-color css

<style>
 span { border-color: #326C23; }

 span { border-color: rgb(50,108,35); }

 td.TdClassName
 {
   border-color: #326C23;
 }
 .TagClassName
 {
   border-color: #326C23;
 }
</style>