#356F2C

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

Shades of Green House #356F2C

Tints of Green House #356F2C

Color information

#356F2C (or 0x356F2C) is unknown color: approx Green House. HEX triplet: 35, 6F and 2C. RGB value is (53,111,44). Sum of RGB (Red+Green+Blue) = 53+111+44=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #356F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F2C is #CA90D3. Grayscale: #565656. Windows color (decimal): -13275348 or 2912053. OLE color: 2912053.

HSL color Cylindrical-coordinate representation of color #356F2C: hue angle of 111.94º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356F2C is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB5311144-
CMYK0.5200.600.56
HSL111.94º43.23%30.39%-
HSV(B)111.94º60.36%43.53%-
XYZ7.6112.314.36-
YUV86.02104.28104.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=25.48%
G=53.37%
B=21.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111440.5200.600.56111.9443.2330.39
Hex356F2C3403C38702b1e
Octal651575464074701605336
Binary11010111011111011001101000111100111000111000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356F2C; }

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

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

<style>
 a { background-color: #356F2C; }

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

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

<style>
 span { border-color: #356F2C; }

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

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