#334E38

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

Shades of Goblin #334E38

Tints of Goblin #334E38

Color information

#334E38 (or 0x334E38) is unknown color: approx Goblin. HEX triplet: 33, 4E and 38. RGB value is (51,78,56). Sum of RGB (Red+Green+Blue) = 51+78+56=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #334E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E38 is #CCB1C7. Grayscale: #434343. Windows color (decimal): -13414856 or 3690035. OLE color: 3690035.

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

Color convert

RGB517856-
CMYK0.3500.280.69
HSL131.11º20.93%25.29%-
HSV(B)131.11º34.62%30.59%-
XYZ4.86.444.73-
YUV67.42121.55116.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=27.57%
G=42.16%
B=30.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5178560.3500.280.69131.1120.9325.29
Hex334E382301C45831519
Octal6311670430341052032531
Binary11001110011101110001000110111001000101100000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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