#334C39

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

Shades of Goblin #334C39

Tints of Goblin #334C39

Color information

#334C39 (or 0x334C39) is unknown color: approx Goblin. HEX triplet: 33, 4C and 39. RGB value is (51,76,57). Sum of RGB (Red+Green+Blue) = 51+76+57=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #334C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C39 is #CCB3C6. Grayscale: #424242. Windows color (decimal): -13415367 or 3755059. OLE color: 3755059.

HSL color Cylindrical-coordinate representation of color #334C39: hue angle of 134.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C39 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB517657-
CMYK0.3300.250.70
HSL134.4º19.69%24.9%-
HSV(B)134.4º32.89%29.8%-
XYZ4.696.174.81-
YUV66.36122.72117.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=27.72%
G=41.30%
B=30.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5176570.3300.250.70134.419.6924.9
Hex334C392101946861419
Octal6311471410311062062431
Binary11001110011001110011000010110011000110100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334C39; }

 p { color: rgb(51,76,57); }

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

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

 a { background-color: rgb(51,76,57); }

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

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

 span { border-color: rgb(51,76,57); }

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