#356226

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

Shades of Green House #356226

Tints of Green House #356226

Color information

#356226 (or 0x356226) is unknown color: approx Green House. HEX triplet: 35, 62 and 26. RGB value is (53,98,38). Sum of RGB (Red+Green+Blue) = 53+98+38=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #356226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356226 is #CA9DD9. Grayscale: #4D4D4D. Windows color (decimal): -13278682 or 2515509. OLE color: 2515509.

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

Color convert

RGB539838-
CMYK0.4600.610.62
HSL105º44.12%26.67%-
HSV(B)105º61.22%38.43%-
XYZ6.199.633.37-
YUV77.7105.59110.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=28.04%
G=51.85%
B=20.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398380.4600.610.6210544.1226.67
Hex3562262E03D3E692c1b
Octal651424656075761515433
Binary11010111000101001101011100111101111110110100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356226; }

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

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

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

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

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

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

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

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