#39503D

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

Shades of Goblin #39503D

Tints of Goblin #39503D

Color information

#39503D (or 0x39503D) is unknown color: approx Goblin. HEX triplet: 39, 50 and 3D. RGB value is (57,80,61). Sum of RGB (Red+Green+Blue) = 57+80+61=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #39503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39503D is #C6AFC2. Grayscale: #474747. Windows color (decimal): -13021123 or 4018233. OLE color: 4018233.

HSL color Cylindrical-coordinate representation of color #39503D: hue angle of 130.43º 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 #39503D is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB578061-
CMYK0.2900.240.69
HSL130.43º16.79%26.86%-
HSV(B)130.43º28.75%31.37%-
XYZ5.46.945.47-
YUV70.96122.38118.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=28.79%
G=40.40%
B=30.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780610.2900.240.69130.4316.7926.86
Hex39503D1D0184582111b
Octal7112075350301052022133
Binary1110011010000111101111010110001000101100000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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