#304D39

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

Shades of Goblin #304D39

Tints of Goblin #304D39

Color information

#304D39 (or 0x304D39) is unknown color: approx Goblin. HEX triplet: 30, 4D and 39. RGB value is (48,77,57). Sum of RGB (Red+Green+Blue) = 48+77+57=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #304D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D39 is #CFB2C6. Grayscale: #424242. Windows color (decimal): -13611719 or 3755312. OLE color: 3755312.

HSL color Cylindrical-coordinate representation of color #304D39: hue angle of 138.62º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D39 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB487757-
CMYK0.3800.260.70
HSL138.62º23.2%24.51%-
HSV(B)138.62º37.66%30.2%-
XYZ4.616.234.83-
YUV66.05122.89115.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=26.37%
G=42.31%
B=31.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877570.3800.260.70138.6223.224.51
Hex304D392601A468b1719
Octal6011571460321062132731
Binary11000010011011110011001100110101000110100010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304D39; }

 p { color: rgb(48,77,57); }

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

<style>
 a { background-color: #304D39; }

 a { background-color: rgb(48,77,57); }

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

<style>
 span { border-color: #304D39; }

 span { border-color: rgb(48,77,57); }

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