Html Css Color HEX #39483F Goblin

📋 copy color: '#39483F'

red 57 ◦ green 72 ◦ blue 63

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

Shades of Goblin #39483F

Tints of Goblin #39483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

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

R = 29.69%
G = 37.5%
B = 32.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#39483F (or 0x39483F) is known color: Goblin. HEX triplet: 39, 48 and 3F. RGB value is (57,72,63). Sum of RGB (Red+Green+Blue) = 57+72+63=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #39483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39483F is #C6B7C0. Grayscale: #424242. Windows color (decimal): -13023169 or 4147257. OLE color: 4147257.

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

Color convert

RGB 57 72 63 -
CMYK 0.21 0 0.12 0.72
HSL 144º 0.12% 0.25% -
HSV(B) 144º 0.21% 0.28% -
XYZ 4.9 5.86 5.58 -
YUV 66.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 57 72 63 0.21 0 0.12 0.72 144 0.12 0.25
Hex 39 48 3F 15 0 C 48 90 C 19
Octal 71 110 77 25 0 14 110 220 14 31
Binary 111001 1001000 111111 10101 0 1100 1001000 10010000 1100 11001

Color Harmonies of #39483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39483F

Black with #39483F

Text Example


Text Example

White with #39483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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