#355929

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

Shades of Green House #355929

Tints of Green House #355929

Color information

#355929 (or 0x355929) is unknown color: approx Green House. HEX triplet: 35, 59 and 29. RGB value is (53,89,41). Sum of RGB (Red+Green+Blue) = 53+89+41=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #355929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355929 is #CAA6D6. Grayscale: #484848. Windows color (decimal): -13280983 or 2709813. OLE color: 2709813.

HSL color Cylindrical-coordinate representation of color #355929: hue angle of 105º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355929 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB538941-
CMYK0.4000.540.65
HSL105º36.92%25.49%-
HSV(B)105º53.93%34.9%-
XYZ5.448.063.37-
YUV72.76110.07113.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=28.96%
G=48.63%
B=22.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389410.4000.540.6510536.9225.49
Hex3559292803641692519
Octal6513151500661011514531
Binary110101101100110100110100001101101000001110100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355929; }

 p { color: rgb(53,89,41); }

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

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

 a { background-color: rgb(53,89,41); }

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

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

 span { border-color: rgb(53,89,41); }

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