#356326

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

Shades of Green House #356326

Tints of Green House #356326

Color information

#356326 (or 0x356326) is unknown color: approx Green House. HEX triplet: 35, 63 and 26. RGB value is (53,99,38). Sum of RGB (Red+Green+Blue) = 53+99+38=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #356326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356326 is #CA9CD9. Grayscale: #4E4E4E. Windows color (decimal): -13278426 or 2515765. OLE color: 2515765.

HSL color Cylindrical-coordinate representation of color #356326: hue angle of 105.25º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356326 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB539938-
CMYK0.4600.620.61
HSL105.25º44.53%26.86%-
HSV(B)105.25º61.62%38.82%-
XYZ6.289.823.4-
YUV78.29105.26109.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 38 (15.23% from 255) = 20%
R=27.89%
G=52.11%
B=20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399380.4600.620.61105.2544.5326.86
Hex3563262E03E3D692d1b
Octal651434656076751515533
Binary11010111000111001101011100111110111101110100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356326; }

 p { color: rgb(53,99,38); }

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

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

 a { background-color: rgb(53,99,38); }

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

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

 span { border-color: rgb(53,99,38); }

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