Html Css Color HEX #395241 Goblin

📋 copy color: '#395241'

red 57 ◦ green 82 ◦ blue 65

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

Shades of Goblin #395241

Tints of Goblin #395241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

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

R = 27.94%
G = 40.2%
B = 31.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#395241 (or 0x395241) is known color: Goblin. HEX triplet: 39, 52 and 41. RGB value is (57,82,65). Sum of RGB (Red+Green+Blue) = 57+82+65=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #395241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395241 is #C6ADBE. Grayscale: #484848. Windows color (decimal): -13020607 or 4280889. OLE color: 4280889.

HSL color Cylindrical-coordinate representation of color #395241: hue angle of 139.2º degrees, saturation: 0.18, 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 #395241 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 82 65 -
CMYK 0.30 0 0.21 0.68
HSL 139.2º 0.18% 0.27% -
HSV(B) 139.2º 0.3% 0.32% -
XYZ 5.66 7.29 6.11 -
YUV 72.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 57 82 65 0.30 0 0.21 0.68 139.2 0.18 0.27
Hex 39 52 41 1E 0 15 44 8B 12 1B
Octal 71 122 101 36 0 25 104 213 22 33
Binary 111001 1010010 1000001 11110 0 10101 1000100 10001011 10010 11011

Color Harmonies of #395241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395241

Black with #395241

Text Example


Text Example

White with #395241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395241; }

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

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

background-color css

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

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

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

border-color css

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

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

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