Html Css Color HEX #39503F Goblin

📋 copy color: '#39503F'

red 57 ◦ green 80 ◦ blue 63

#39503F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #39503F

Tints of Goblin #39503F

RGB

 RED value IS 57 (22.66% from 255) = 28.5%

 GREEN value IS 80 (31.64% from 255) = 40%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 28.5%
G = 40%
B = 31.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#39503F (or 0x39503F) is known color: Goblin. HEX triplet: 39, 50 and 3F. RGB value is (57,80,63). Sum of RGB (Red+Green+Blue) = 57+80+63=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #39503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39503F is #C6AFC0. Grayscale: #474747. Windows color (decimal): -13021121 or 4149305. OLE color: 4149305.

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

Color convert

RGB 57 80 63 -
CMYK 0.29 0 0.21 0.69
HSL 135.65º 0.17% 0.27% -
HSV(B) 135.65º 0.29% 0.31% -
XYZ 5.45 6.97 5.76 -
YUV 71.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 57 80 63 0.29 0 0.21 0.69 135.65 0.17 0.27
Hex 39 50 3F 1D 0 15 45 88 11 1B
Octal 71 120 77 35 0 25 105 210 21 33
Binary 111001 1010000 111111 11101 0 10101 1000101 10001000 10001 11011

Color Harmonies of #39503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39503F

Black with #39503F

Text Example


Text Example

White with #39503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39503F;
 }
 .AnyTagClassName
 {
   color: #39503F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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