#336028

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

Shades of Green House #336028

Tints of Green House #336028

Color information

#336028 (or 0x336028) is unknown color: approx Green House. HEX triplet: 33, 60 and 28. RGB value is (51,96,40). Sum of RGB (Red+Green+Blue) = 51+96+40=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #336028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336028 is #CC9FD7. Grayscale: #4C4C4C. Windows color (decimal): -13410264 or 2646067. OLE color: 2646067.

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

Color convert

RGB519640-
CMYK0.4700.580.62
HSL108.21º41.18%26.67%-
HSV(B)108.21º58.33%37.65%-
XYZ5.939.223.48-
YUV76.16107.59110.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=27.27%
G=51.34%
B=21.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196400.4700.580.62108.2141.1826.67
Hex3360282F03A3E6c291b
Octal631405057072761545133
Binary11001111000001010001011110111010111110110110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336028; }

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

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

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

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

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

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

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

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