#39483E

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

Shades of Goblin #39483E

Tints of Goblin #39483E

Color information

#39483E (or 0x39483E) is unknown color: approx Goblin. HEX triplet: 39, 48 and 3E. RGB value is (57,72,62). Sum of RGB (Red+Green+Blue) = 57+72+62=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #39483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39483E is #C6B7C1. Grayscale: #424242. Windows color (decimal): -13023170 or 4081721. OLE color: 4081721.

HSL color Cylindrical-coordinate representation of color #39483E: hue angle of 140º 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 #39483E is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB577262-
CMYK0.2100.140.72
HSL140º11.63%25.29%-
HSV(B)140º20.83%28.24%-
XYZ4.875.855.43-
YUV66.38125.53121.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=29.84%
G=37.70%
B=32.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772620.2100.140.7214011.6325.29
Hex39483E150E488cc19
Octal7111076250161102141431
Binary11100110010001111101010101110100100010001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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