#334E3A

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

Shades of Goblin #334E3A

Tints of Goblin #334E3A

Color information

#334E3A (or 0x334E3A) is unknown color: approx Goblin. HEX triplet: 33, 4E and 3A. RGB value is (51,78,58). Sum of RGB (Red+Green+Blue) = 51+78+58=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #334E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E3A is #CCB1C5. Grayscale: #434343. Windows color (decimal): -13414854 or 3821107. OLE color: 3821107.

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

Color convert

RGB517858-
CMYK0.3500.260.69
HSL135.56º20.93%25.29%-
HSV(B)135.56º34.62%30.59%-
XYZ4.856.464.99-
YUV67.65122.55116.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=27.27%
G=41.71%
B=31.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5178580.3500.260.69135.5620.9325.29
Hex334E3A2301A45881519
Octal6311672430321052102531
Binary11001110011101110101000110110101000101100010001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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