#336042

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

Shades of Goblin #336042

Tints of Goblin #336042

Color information

#336042 (or 0x336042) is unknown color: approx Goblin. HEX triplet: 33, 60 and 42. RGB value is (51,96,66). Sum of RGB (Red+Green+Blue) = 51+96+66=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #336042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336042 is #CC9FBD. Grayscale: #4F4F4F. Windows color (decimal): -13410238 or 4350003. OLE color: 4350003.

HSL color Cylindrical-coordinate representation of color #336042: hue angle of 140º 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 #336042 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB519666-
CMYK0.4700.310.62
HSL140º30.61%28.82%-
HSV(B)140º46.88%37.65%-
XYZ6.539.466.64-
YUV79.12120.59107.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=23.94%
G=45.07%
B=30.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196660.4700.310.6214030.6128.82
Hex3360422F01F3E8c1f1d
Octal6314010257037762143735
Binary11001111000001000010101111011111111110100011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336042; }

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

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

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

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

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

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

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

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