#334F38

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

Shades of Goblin #334F38

Tints of Goblin #334F38

Color information

#334F38 (or 0x334F38) is unknown color: approx Goblin. HEX triplet: 33, 4F and 38. RGB value is (51,79,56). Sum of RGB (Red+Green+Blue) = 51+79+56=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #334F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F38 is #CCB0C7. Grayscale: #444444. Windows color (decimal): -13414600 or 3690291. OLE color: 3690291.

HSL color Cylindrical-coordinate representation of color #334F38: hue angle of 130.71º 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 #334F38 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB517956-
CMYK0.3500.290.69
HSL130.71º21.54%25.49%-
HSV(B)130.71º35.44%30.98%-
XYZ4.886.584.75-
YUV68.01121.22115.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=27.42%
G=42.47%
B=30.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179560.3500.290.69130.7121.5425.49
Hex334F382301D45831619
Octal6311770430351052032631
Binary11001110011111110001000110111011000101100000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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