#325E1B

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

Shades of Green House #325E1B

Tints of Green House #325E1B

Color information

#325E1B (or 0x325E1B) is unknown color: approx Green House. HEX triplet: 32, 5E and 1B. RGB value is (50,94,27). Sum of RGB (Red+Green+Blue) = 50+94+27=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 94 (37.11% from 255 or 54.97% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 94 - color contains mainly: green. Hex color #325E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E1B is #CDA1E4. Grayscale: #494949. Windows color (decimal): -13476325 or 1793586. OLE color: 1793586.

HSL color Cylindrical-coordinate representation of color #325E1B: hue angle of 99.4º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325E1B is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB509427-
CMYK0.4700.710.63
HSL99.4º55.37%23.73%-
HSV(B)99.4º71.28%36.86%-
XYZ5.528.762.44-
YUV73.21101.92111.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 94 (37.11% from 255) = 54.97%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=29.24%
G=54.97%
B=15.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5094270.4700.710.6399.455.3723.73
Hex325E1B2F0473F633718
Octal6213633570107771436730
Binary11001010111101101110111101000111111111110001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325E1B; }

 p { color: rgb(50,94,27); }

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

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

 a { background-color: rgb(50,94,27); }

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

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

 span { border-color: rgb(50,94,27); }

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