#32612E

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

Shades of Green House #32612E

Tints of Green House #32612E

Color information

#32612E (or 0x32612E) is unknown color: approx Green House. HEX triplet: 32, 61 and 2E. RGB value is (50,97,46). Sum of RGB (Red+Green+Blue) = 50+97+46=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #32612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32612E is #CD9ED1. Grayscale: #4D4D4D. Windows color (decimal): -13475538 or 3039538. OLE color: 3039538.

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

Color convert

RGB509746-
CMYK0.4800.530.62
HSL115.29º35.66%28.04%-
HSV(B)115.29º52.58%38.04%-
XYZ6.089.424.08-
YUV77.13110.43108.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=25.91%
G=50.26%
B=23.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097460.4800.530.62115.2935.6628.04
Hex32612E300353E73241c
Octal621415660065761634434
Binary11001011000011011101100000110101111110111001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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