#334F3A

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

Shades of Goblin #334F3A

Tints of Goblin #334F3A

Color information

#334F3A (or 0x334F3A) is unknown color: approx Goblin. HEX triplet: 33, 4F and 3A. RGB value is (51,79,58). Sum of RGB (Red+Green+Blue) = 51+79+58=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #334F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F3A is #CCB0C5. Grayscale: #444444. Windows color (decimal): -13414598 or 3821363. OLE color: 3821363.

HSL color Cylindrical-coordinate representation of color #334F3A: hue angle of 135º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334F3A is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB517958-
CMYK0.3500.270.69
HSL135º21.54%25.49%-
HSV(B)135º35.44%30.98%-
XYZ4.926.65.02-
YUV68.23122.22115.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=27.13%
G=42.02%
B=30.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179580.3500.270.6913521.5425.49
Hex334F3A2301B45871619
Octal6311772430331052072631
Binary11001110011111110101000110110111000101100001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,79,58); }

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

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

 a { background-color: rgb(51,79,58); }

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

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

 span { border-color: rgb(51,79,58); }

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