Html Css Color HEX #395740 Goblin

📋 copy color: '#395740'

red 57 ◦ green 87 ◦ blue 64

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

Shades of Goblin #395740

Tints of Goblin #395740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

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

R = 27.4%
G = 41.83%
B = 30.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#395740 (or 0x395740) is known color: Goblin. HEX triplet: 39, 57 and 40. RGB value is (57,87,64). Sum of RGB (Red+Green+Blue) = 57+87+64=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #395740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395740 is #C6A8BF. Grayscale: #4B4B4B. Windows color (decimal): -13019328 or 4216633. OLE color: 4216633.

HSL color Cylindrical-coordinate representation of color #395740: hue angle of 134º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395740 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 87 64 -
CMYK 0.34 0 0.26 0.66
HSL 134º 0.21% 0.28% -
HSV(B) 134º 0.34% 0.34% -
XYZ 6.02 8.06 6.09 -
YUV 75.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 57 87 64 0.34 0 0.26 0.66 134 0.21 0.28
Hex 39 57 40 22 0 1A 42 86 15 1C
Octal 71 127 100 42 0 32 102 206 25 34
Binary 111001 1010111 1000000 100010 0 11010 1000010 10000110 10101 11100

Color Harmonies of #395740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395740

Black with #395740

Text Example


Text Example

White with #395740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395740; }

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

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

background-color css

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

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

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

border-color css

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

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

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