#356A2C

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

Shades of Green House #356A2C

Tints of Green House #356A2C

Color information

#356A2C (or 0x356A2C) is unknown color: approx Green House. HEX triplet: 35, 6A and 2C. RGB value is (53,106,44). Sum of RGB (Red+Green+Blue) = 53+106+44=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #356A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A2C is #CA95D3. Grayscale: #535353. Windows color (decimal): -13276628 or 2910773. OLE color: 2910773.

HSL color Cylindrical-coordinate representation of color #356A2C: hue angle of 111.29º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #356A2C is Cyan = 0.5, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB5310644-
CMYK0.500.580.58
HSL111.29º41.33%29.41%-
HSV(B)111.29º58.49%41.57%-
XYZ7.0811.254.18-
YUV83.08105.94106.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=26.11%
G=52.22%
B=21.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106440.500.580.58111.2941.3329.41
Hex356A2C3203A3A6f291d
Octal651525462072721575135
Binary11010111010101011001100100111010111010110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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