#326425

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

Shades of Green House #326425

Tints of Green House #326425

Color information

#326425 (or 0x326425) is unknown color: approx Green House. HEX triplet: 32, 64 and 25. RGB value is (50,100,37). Sum of RGB (Red+Green+Blue) = 50+100+37=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #326425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326425 is #CD9BDA. Grayscale: #4E4E4E. Windows color (decimal): -13474779 or 2450482. OLE color: 2450482.

HSL color Cylindrical-coordinate representation of color #326425: hue angle of 107.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #326425 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB5010037-
CMYK0.5000.630.61
HSL107.62º45.99%26.86%-
HSV(B)107.62º63%39.22%-
XYZ6.219.933.34-
YUV77.87104.94108.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 100 (39.45% from 255) = 53.48%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=26.74%
G=53.48%
B=19.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100370.5000.630.61107.6245.9926.86
Hex3264253203F3D6c2e1b
Octal621444562077751545633
Binary11001011001001001011100100111111111101110110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326425; }

 p { color: rgb(50,100,37); }

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

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

 a { background-color: rgb(50,100,37); }

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

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

 span { border-color: rgb(50,100,37); }

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