#32611E

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

Shades of Green House #32611E

Tints of Green House #32611E

Color information

#32611E (or 0x32611E) is unknown color: approx Green House. HEX triplet: 32, 61 and 1E. RGB value is (50,97,30). Sum of RGB (Red+Green+Blue) = 50+97+30=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #32611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32611E is #CD9EE1. Grayscale: #4B4B4B. Windows color (decimal): -13475554 or 1990962. OLE color: 1990962.

HSL color Cylindrical-coordinate representation of color #32611E: hue angle of 102.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32611E is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB509730-
CMYK0.4800.690.62
HSL102.09º52.76%24.9%-
HSV(B)102.09º69.07%38.04%-
XYZ5.829.322.72-
YUV75.31102.43109.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 97 (38.28% from 255) = 54.80%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=28.25%
G=54.80%
B=16.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097300.4800.690.62102.0952.7624.9
Hex32611E300453E663519
Octal6214136600105761466531
Binary11001011000011111011000001000101111110110011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32611E; }

 p { color: rgb(50,97,30); }

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

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

 a { background-color: rgb(50,97,30); }

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

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

 span { border-color: rgb(50,97,30); }

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