#325F1B

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

Shades of Green House #325F1B

Tints of Green House #325F1B

Color information

#325F1B (or 0x325F1B) is unknown color: approx Green House. HEX triplet: 32, 5F and 1B. RGB value is (50,95,27). Sum of RGB (Red+Green+Blue) = 50+95+27=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #325F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F1B is #CDA0E4. Grayscale: #4A4A4A. Windows color (decimal): -13476069 or 1793842. OLE color: 1793842.

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

Color convert

RGB509527-
CMYK0.4700.720.63
HSL99.71º55.74%23.92%-
HSV(B)99.71º71.58%37.25%-
XYZ5.618.942.47-
YUV73.79101.59111.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 95 (37.5% from 255) = 55.23%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=29.07%
G=55.23%
B=15.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095270.4700.720.6399.7155.7423.92
Hex325F1B2F0483F643818
Octal6213733570110771447030
Binary11001010111111101110111101001000111111110010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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