#36602A

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

Shades of Green House #36602A

Tints of Green House #36602A

Color information

#36602A (or 0x36602A) is unknown color: approx Green House. HEX triplet: 36, 60 and 2A. RGB value is (54,96,42). Sum of RGB (Red+Green+Blue) = 54+96+42=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #36602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36602A is #C99FD5. Grayscale: #4D4D4D. Windows color (decimal): -13213654 or 2777142. OLE color: 2777142.

HSL color Cylindrical-coordinate representation of color #36602A: hue angle of 106.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36602A is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB549642-
CMYK0.4400.560.62
HSL106.67º39.13%27.06%-
HSV(B)106.67º56.25%37.65%-
XYZ6.129.323.67-
YUV77.29108.09111.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=28.12%
G=50%
B=21.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496420.4400.560.62106.6739.1327.06
Hex36602A2C0383E6b271b
Octal661405254070761534733
Binary11011011000001010101011000111000111110110101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36602A; }

 p { color: rgb(54,96,42); }

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

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

 a { background-color: rgb(54,96,42); }

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

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

 span { border-color: rgb(54,96,42); }

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