#325D1F

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

Shades of Green House #325D1F

Tints of Green House #325D1F

Color information

#325D1F (or 0x325D1F) is unknown color: approx Green House. HEX triplet: 32, 5D and 1F. RGB value is (50,93,31). Sum of RGB (Red+Green+Blue) = 50+93+31=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #325D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D1F is #CDA2E0. Grayscale: #494949. Windows color (decimal): -13476577 or 2055474. OLE color: 2055474.

HSL color Cylindrical-coordinate representation of color #325D1F: hue angle of 101.61º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325D1F is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB509331-
CMYK0.4600.670.64
HSL101.61º50%24.31%-
HSV(B)101.61º66.67%36.47%-
XYZ5.488.612.67-
YUV73.08104.25111.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 93 (36.72% from 255) = 53.45%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=28.74%
G=53.45%
B=17.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093310.4600.670.64101.615024.31
Hex325D1F2E04340663218
Octal62135375601031001466230
Binary110010101110111111101110010000111000000110011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,93,31); }

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

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

 a { background-color: rgb(50,93,31); }

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

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

 span { border-color: rgb(50,93,31); }

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