#39503E

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

Shades of Goblin #39503E

Tints of Goblin #39503E

Color information

#39503E (or 0x39503E) is unknown color: approx Goblin. HEX triplet: 39, 50 and 3E. RGB value is (57,80,62). Sum of RGB (Red+Green+Blue) = 57+80+62=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #39503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39503E is #C6AFC1. Grayscale: #474747. Windows color (decimal): -13021122 or 4083769. OLE color: 4083769.

HSL color Cylindrical-coordinate representation of color #39503E: hue angle of 133.04º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #39503E is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB578062-
CMYK0.2900.220.69
HSL133.04º16.79%26.86%-
HSV(B)133.04º28.75%31.37%-
XYZ5.436.955.61-
YUV71.07122.88117.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=28.64%
G=40.20%
B=31.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780620.2900.220.69133.0416.7926.86
Hex39503E1D0164585111b
Octal7112076350261052052133
Binary1110011010000111110111010101101000101100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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