Html Css Color HEX #39513D Goblin

📋 copy color: '#39513D'

red 57 ◦ green 81 ◦ blue 61

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

Shades of Goblin #39513D

Tints of Goblin #39513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 28.64%
G = 40.7%
B = 30.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#39513D (or 0x39513D) is known color: Goblin. HEX triplet: 39, 51 and 3D. RGB value is (57,81,61). Sum of RGB (Red+Green+Blue) = 57+81+61=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #39513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39513D is #C6AEC2. Grayscale: #474747. Windows color (decimal): -13020867 or 4018489. OLE color: 4018489.

HSL color Cylindrical-coordinate representation of color #39513D: hue angle of 130º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #39513D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 81 61 -
CMYK 0.30 0 0.25 0.68
HSL 130º 0.17% 0.27% -
HSV(B) 130º 0.3% 0.32% -
XYZ 5.47 7.09 5.5 -
YUV 71.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 57 81 61 0.30 0 0.25 0.68 130 0.17 0.27
Hex 39 51 3D 1E 0 19 44 82 11 1B
Octal 71 121 75 36 0 31 104 202 21 33
Binary 111001 1010001 111101 11110 0 11001 1000100 10000010 10001 11011

Color Harmonies of #39513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39513D

Black with #39513D

Text Example


Text Example

White with #39513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39513D;
 }
 .AnyTagClassName
 {
   color: #39513D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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