#336026

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

Shades of Green House #336026

Tints of Green House #336026

Color information

#336026 (or 0x336026) is unknown color: approx Green House. HEX triplet: 33, 60 and 26. RGB value is (51,96,38). Sum of RGB (Red+Green+Blue) = 51+96+38=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #336026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336026 is #CC9FD9. Grayscale: #4C4C4C. Windows color (decimal): -13410266 or 2514995. OLE color: 2514995.

HSL color Cylindrical-coordinate representation of color #336026: hue angle of 106.55º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336026 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB519638-
CMYK0.4700.600.62
HSL106.55º43.28%26.27%-
HSV(B)106.55º60.42%37.65%-
XYZ5.99.213.3-
YUV75.93106.59110.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=27.57%
G=51.89%
B=20.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196380.4700.600.62106.5543.2826.27
Hex3360262F03C3E6b2b1a
Octal631404657074761535332
Binary11001111000001001101011110111100111110110101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336026; }

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

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

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

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

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

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

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

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