#356924

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

Shades of Green House #356924

Tints of Green House #356924

Color information

#356924 (or 0x356924) is unknown color: approx Green House. HEX triplet: 35, 69 and 24. RGB value is (53,105,36). Sum of RGB (Red+Green+Blue) = 53+105+36=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #356924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356924 is #CA96DB. Grayscale: #515151. Windows color (decimal): -13276892 or 2386229. OLE color: 2386229.

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

Color convert

RGB5310536-
CMYK0.5000.660.59
HSL105.22º48.94%27.65%-
HSV(B)105.22º65.71%41.18%-
XYZ6.8410.993.43-
YUV81.59102.27107.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 36 (14.45% from 255) = 18.56%
R=27.32%
G=54.12%
B=18.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105360.5000.660.59105.2248.9427.65
Hex356924320423B69311c
Octal6515144620102731516134
Binary110101110100110010011001001000010111011110100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356924; }

 p { color: rgb(53,105,36); }

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

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

 a { background-color: rgb(53,105,36); }

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

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

 span { border-color: rgb(53,105,36); }

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