Html Css Color HEX #395741 Goblin

📋 copy color: '#395741'

red 57 ◦ green 87 ◦ blue 65

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

Shades of Goblin #395741

Tints of Goblin #395741

RGB

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

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

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

R = 27.27%
G = 41.63%
B = 31.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#395741 (or 0x395741) is known color: Goblin. HEX triplet: 39, 57 and 41. RGB value is (57,87,65). Sum of RGB (Red+Green+Blue) = 57+87+65=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #395741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395741 is #C6A8BE. Grayscale: #4B4B4B. Windows color (decimal): -13019327 or 4282169. OLE color: 4282169.

HSL color Cylindrical-coordinate representation of color #395741: hue angle of 136º 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 #395741 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 87 65 -
CMYK 0.34 0 0.25 0.66
HSL 136º 0.21% 0.28% -
HSV(B) 136º 0.34% 0.34% -
XYZ 6.05 8.07 6.24 -
YUV 75.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 57 87 65 0.34 0 0.25 0.66 136 0.21 0.28
Hex 39 57 41 22 0 19 42 88 15 1C
Octal 71 127 101 42 0 31 102 210 25 34
Binary 111001 1010111 1000001 100010 0 11001 1000010 10001000 10101 11100

Color Harmonies of #395741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395741

Black with #395741

Text Example


Text Example

White with #395741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395741; }

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

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

background-color css

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

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

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

border-color css

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

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

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