#35612C

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

Shades of Green House #35612C

Tints of Green House #35612C

Color information

#35612C (or 0x35612C) is unknown color: approx Green House. HEX triplet: 35, 61 and 2C. RGB value is (53,97,44). Sum of RGB (Red+Green+Blue) = 53+97+44=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #35612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35612C is #CA9ED3. Grayscale: #4D4D4D. Windows color (decimal): -13278932 or 2908469. OLE color: 2908469.

HSL color Cylindrical-coordinate representation of color #35612C: hue angle of 109.81º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35612C is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB539744-
CMYK0.4500.550.62
HSL109.81º37.59%27.65%-
HSV(B)109.81º54.64%38.04%-
XYZ6.29.493.89-
YUV77.8108.92110.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=27.32%
G=50%
B=22.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397440.4500.550.62109.8137.5927.65
Hex35612C2D0373E6e261c
Octal651415455067761564634
Binary11010111000011011001011010110111111110110111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35612C; }

 p { color: rgb(53,97,44); }

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

<style>
 a { background-color: #35612C; }

 a { background-color: rgb(53,97,44); }

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

<style>
 span { border-color: #35612C; }

 span { border-color: rgb(53,97,44); }

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