#355930

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

Shades of Green House #355930

Tints of Green House #355930

Color information

#355930 (or 0x355930) is unknown color: approx Green House. HEX triplet: 35, 59 and 30. RGB value is (53,89,48). Sum of RGB (Red+Green+Blue) = 53+89+48=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #355930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355930 is #CAA6CF. Grayscale: #494949. Windows color (decimal): -13280976 or 3168565. OLE color: 3168565.

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

Color convert

RGB538948-
CMYK0.4000.460.65
HSL112.68º29.93%26.86%-
HSV(B)112.68º46.07%34.9%-
XYZ5.578.124.07-
YUV73.56113.57113.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 89 (35.16% from 255) = 46.84%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=27.89%
G=46.84%
B=25.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389480.4000.460.65112.6829.9326.86
Hex3559302802E41711e1b
Octal6513160500561011613633
Binary11010110110011100001010000101110100000111100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355930; }

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

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

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

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

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

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

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

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