#356B2D

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

Shades of Green House #356B2D

Tints of Green House #356B2D

Color information

#356B2D (or 0x356B2D) is unknown color: approx Green House. HEX triplet: 35, 6B and 2D. RGB value is (53,107,45). Sum of RGB (Red+Green+Blue) = 53+107+45=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #356B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B2D is #CA94D2. Grayscale: #535353. Windows color (decimal): -13276371 or 2976565. OLE color: 2976565.

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

Color convert

RGB5310745-
CMYK0.5000.580.58
HSL112.26º40.79%29.8%-
HSV(B)112.26º57.94%41.96%-
XYZ7.211.464.32-
YUV83.79106.11106.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 107 (42.19% from 255) = 52.20%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=25.85%
G=52.20%
B=21.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107450.5000.580.58112.2640.7929.8
Hex356B2D3203A3A70291e
Octal651535562072721605136
Binary11010111010111011011100100111010111010111000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,107,45); }

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

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

 a { background-color: rgb(53,107,45); }

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

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

 span { border-color: rgb(53,107,45); }

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