#355D22

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

Shades of Green House #355D22

Tints of Green House #355D22

Color information

#355D22 (or 0x355D22) is unknown color: approx Green House. HEX triplet: 35, 5D and 22. RGB value is (53,93,34). Sum of RGB (Red+Green+Blue) = 53+93+34=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #355D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D22 is #CAA2DD. Grayscale: #4A4A4A. Windows color (decimal): -13279966 or 2252085. OLE color: 2252085.

HSL color Cylindrical-coordinate representation of color #355D22: hue angle of 100.68º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355D22 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB539334-
CMYK0.4300.630.64
HSL100.68º46.46%24.9%-
HSV(B)100.68º63.44%36.47%-
XYZ5.678.72.89-
YUV74.31105.25112.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 93 (36.72% from 255) = 51.67%
BLUE value IS 34 (13.67% from 255) = 18.89%
R=29.44%
G=51.67%
B=18.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5393340.4300.630.64100.6846.4624.9
Hex355D222B03F40652e19
Octal6513542530771001455631
Binary110101101110110001010101101111111000000110010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355D22; }

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

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

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

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

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

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

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

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