#365D20

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

Shades of Green House #365D20

Tints of Green House #365D20

Color information

#365D20 (or 0x365D20) is unknown color: approx Green House. HEX triplet: 36, 5D and 20. RGB value is (54,93,32). Sum of RGB (Red+Green+Blue) = 54+93+32=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #365D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D20 is #C9A2DF. Grayscale: #4A4A4A. Windows color (decimal): -13214432 or 2121014. OLE color: 2121014.

HSL color Cylindrical-coordinate representation of color #365D20: hue angle of 98.36º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365D20 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB549332-
CMYK0.4200.660.64
HSL98.36º48.8%24.51%-
HSV(B)98.36º65.59%36.47%-
XYZ5.78.722.75-
YUV74.38104.08113.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 93 (36.72% from 255) = 51.96%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=30.17%
G=51.96%
B=17.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493320.4200.660.6498.3648.824.51
Hex365D202A04240623119
Octal66135405201021001426131
Binary1101101011101100000101010010000101000000110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365D20; }

 p { color: rgb(54,93,32); }

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

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

 a { background-color: rgb(54,93,32); }

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

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

 span { border-color: rgb(54,93,32); }

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