#39483F

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

Shades of Goblin #39483F

Tints of Goblin #39483F

Color information

#39483F (or 0x39483F) is unknown color: approx Goblin. HEX triplet: 39, 48 and 3F. RGB value is (57,72,63). Sum of RGB (Red+Green+Blue) = 57+72+63=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #39483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39483F is #C6B7C0. Grayscale: #424242. Windows color (decimal): -13023169 or 4147257. OLE color: 4147257.

HSL color Cylindrical-coordinate representation of color #39483F: hue angle of 144º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #39483F is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB577263-
CMYK0.2100.120.72
HSL144º11.63%25.29%-
HSV(B)144º20.83%28.24%-
XYZ4.95.865.58-
YUV66.49126.03121.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 63 (25% from 255) = 32.81%
R=29.69%
G=37.5%
B=32.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772630.2100.120.7214411.6325.29
Hex39483F150C4890c19
Octal7111077250141102201431
Binary11100110010001111111010101100100100010010000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39483F; }

 p { color: rgb(57,72,63); }

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

<style>
 a { background-color: #39483F; }

 a { background-color: rgb(57,72,63); }

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

<style>
 span { border-color: #39483F; }

 span { border-color: rgb(57,72,63); }

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