#39533F

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

Shades of Goblin #39533F

Tints of Goblin #39533F

Color information

#39533F (or 0x39533F) is unknown color: approx Goblin. HEX triplet: 39, 53 and 3F. RGB value is (57,83,63). Sum of RGB (Red+Green+Blue) = 57+83+63=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #39533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39533F is #C6ACC0. Grayscale: #494949. Windows color (decimal): -13020353 or 4150073. OLE color: 4150073.

HSL color Cylindrical-coordinate representation of color #39533F: hue angle of 133.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #39533F is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB578363-
CMYK0.3100.240.67
HSL133.85º18.57%27.45%-
HSV(B)133.85º31.33%32.55%-
XYZ5.687.425.83-
YUV72.95122.39116.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 63 (25% from 255) = 31.03%
R=28.08%
G=40.89%
B=31.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783630.3100.240.67133.8518.5727.45
Hex39533F1F0184386131b
Octal7112377370301032062333
Binary1110011010011111111111110110001000011100001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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