#326619

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

Shades of Green House #326619

Tints of Green House #326619

Color information

#326619 (or 0x326619) is unknown color: approx Green House. HEX triplet: 32, 66 and 19. RGB value is (50,102,25). Sum of RGB (Red+Green+Blue) = 50+102+25=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #326619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326619 is #CD99E6. Grayscale: #4D4D4D. Windows color (decimal): -13474279 or 1664562. OLE color: 1664562.

HSL color Cylindrical-coordinate representation of color #326619: hue angle of 100.52º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326619 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB5010225-
CMYK0.5100.750.6
HSL100.52º60.63%24.9%-
HSV(B)100.52º75.49%40%-
XYZ6.2410.252.57-
YUV77.6798.27108.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 102 (40.23% from 255) = 57.63%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=28.25%
G=57.63%
B=14.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102250.5100.750.6100.5260.6324.9
Hex3266193304B3C653d19
Octal6214631630113741457531
Binary11001011001101100111001101001011111100110010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326619; }

 p { color: rgb(50,102,25); }

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

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

 a { background-color: rgb(50,102,25); }

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

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

 span { border-color: rgb(50,102,25); }

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