#336020

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

Shades of Green House #336020

Tints of Green House #336020

Color information

#336020 (or 0x336020) is unknown color: approx Green House. HEX triplet: 33, 60 and 20. RGB value is (51,96,32). Sum of RGB (Red+Green+Blue) = 51+96+32=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #336020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336020 is #CC9FDF. Grayscale: #4B4B4B. Windows color (decimal): -13410272 or 2121779. OLE color: 2121779.

HSL color Cylindrical-coordinate representation of color #336020: hue angle of 102.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336020 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB519632-
CMYK0.4700.670.62
HSL102.19º50%25.1%-
HSV(B)102.19º66.67%37.65%-
XYZ5.819.172.83-
YUV75.25103.59110.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=28.49%
G=53.63%
B=17.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196320.4700.670.62102.195025.1
Hex3360202F0433E663219
Octal6314040570103761466231
Binary110011110000010000010111101000011111110110011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336020; }

 p { color: rgb(51,96,32); }

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

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

 a { background-color: rgb(51,96,32); }

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

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

 span { border-color: rgb(51,96,32); }

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