#336041

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

Shades of Goblin #336041

Tints of Goblin #336041

Color information

#336041 (or 0x336041) is unknown color: approx Goblin. HEX triplet: 33, 60 and 41. RGB value is (51,96,65). Sum of RGB (Red+Green+Blue) = 51+96+65=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #336041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336041 is #CC9FBE. Grayscale: #4F4F4F. Windows color (decimal): -13410239 or 4284467. OLE color: 4284467.

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

Color convert

RGB519665-
CMYK0.4700.320.62
HSL138.67º30.61%28.82%-
HSV(B)138.67º46.88%37.65%-
XYZ6.59.456.48-
YUV79.01120.09108.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=24.06%
G=45.28%
B=30.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196650.4700.320.62138.6730.6128.82
Hex3360412F0203E8b1f1d
Octal6314010157040762133735
Binary110011110000010000011011110100000111110100010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336041; }

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

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

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

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

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

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

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

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