#336128

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

Shades of Green House #336128

Tints of Green House #336128

Color information

#336128 (or 0x336128) is unknown color: approx Green House. HEX triplet: 33, 61 and 28. RGB value is (51,97,40). Sum of RGB (Red+Green+Blue) = 51+97+40=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #336128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336128 is #CC9ED7. Grayscale: #4C4C4C. Windows color (decimal): -13410008 or 2646323. OLE color: 2646323.

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

Color convert

RGB519740-
CMYK0.4700.590.62
HSL108.42º41.61%26.86%-
HSV(B)108.42º58.76%38.04%-
XYZ6.029.413.51-
YUV76.75107.26109.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=27.13%
G=51.60%
B=21.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197400.4700.590.62108.4241.6126.86
Hex3361282F03B3E6c2a1b
Octal631415057073761545233
Binary11001111000011010001011110111011111110110110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336128; }

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

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

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

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

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

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

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

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