#356822

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

Shades of Green House #356822

Tints of Green House #356822

Color information

#356822 (or 0x356822) is unknown color: approx Green House. HEX triplet: 35, 68 and 22. RGB value is (53,104,34). Sum of RGB (Red+Green+Blue) = 53+104+34=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #356822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356822 is #CA97DD. Grayscale: #505050. Windows color (decimal): -13277150 or 2254901. OLE color: 2254901.

HSL color Cylindrical-coordinate representation of color #356822: hue angle of 103.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #356822 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB5310434-
CMYK0.4900.670.59
HSL103.71º50.72%27.06%-
HSV(B)103.71º67.31%40.78%-
XYZ6.7110.773.24-
YUV80.77101.6108.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=27.75%
G=54.45%
B=17.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104340.4900.670.59103.7150.7227.06
Hex356822310433B68331b
Octal6515042610103731506333
Binary110101110100010001011000101000011111011110100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356822; }

 p { color: rgb(53,104,34); }

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

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

 a { background-color: rgb(53,104,34); }

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

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

 span { border-color: rgb(53,104,34); }

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