Html Css Color HEX #395040 Goblin

📋 copy color: '#395040'

red 57 ◦ green 80 ◦ blue 64

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

Shades of Goblin #395040

Tints of Goblin #395040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 28.36%
G = 39.8%
B = 31.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#395040 (or 0x395040) is known color: Goblin. HEX triplet: 39, 50 and 40. RGB value is (57,80,64). Sum of RGB (Red+Green+Blue) = 57+80+64=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #395040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395040 is #C6AFBF. Grayscale: #474747. Windows color (decimal): -13021120 or 4214841. OLE color: 4214841.

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

Color convert

RGB 57 80 64 -
CMYK 0.29 0 0.20 0.69
HSL 138.26º 0.17% 0.27% -
HSV(B) 138.26º 0.29% 0.31% -
XYZ 5.48 6.98 5.91 -
YUV 71.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 57 80 64 0.29 0 0.20 0.69 138.26 0.17 0.27
Hex 39 50 40 1D 0 14 45 8A 11 1B
Octal 71 120 100 35 0 24 105 212 21 33
Binary 111001 1010000 1000000 11101 0 10100 1000101 10001010 10001 11011

Color Harmonies of #395040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395040

Black with #395040

Text Example


Text Example

White with #395040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395040; }

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

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

background-color css

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

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

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

border-color css

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

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

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