Html Css Color HEX #395941 Goblin

📋 copy color: '#395941'

red 57 ◦ green 89 ◦ blue 65

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

Shades of Goblin #395941

Tints of Goblin #395941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 27.01%
G = 42.18%
B = 30.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#395941 (or 0x395941) is known color: Goblin. HEX triplet: 39, 59 and 41. RGB value is (57,89,65). Sum of RGB (Red+Green+Blue) = 57+89+65=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #395941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395941 is #C6A6BE. Grayscale: #4C4C4C. Windows color (decimal): -13018815 or 4282681. OLE color: 4282681.

HSL color Cylindrical-coordinate representation of color #395941: hue angle of 135º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395941 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 65 -
CMYK 0.36 0 0.27 0.65
HSL 135º 0.22% 0.29% -
HSV(B) 135º 0.36% 0.35% -
XYZ 6.21 8.4 6.29 -
YUV 76.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 57 89 65 0.36 0 0.27 0.65 135 0.22 0.29
Hex 39 59 41 24 0 1B 41 87 16 1D
Octal 71 131 101 44 0 33 101 207 26 35
Binary 111001 1011001 1000001 100100 0 11011 1000001 10000111 10110 11101

Color Harmonies of #395941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395941

Black with #395941

Text Example


Text Example

White with #395941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395941; }

 p { color: rgb(57,89,65); }

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

background-color css

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

 a { background-color: rgb(57,89,65); }

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

border-color css

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

 span { border-color: rgb(57,89,65); }

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