Html Css Color HEX #395642 Goblin

📋 copy color: '#395642'

red 57 ◦ green 86 ◦ blue 66

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

Shades of Goblin #395642

Tints of Goblin #395642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.15%

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 27.27%
G = 41.15%
B = 31.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#395642 (or 0x395642) is known color: Goblin. HEX triplet: 39, 56 and 42. RGB value is (57,86,66). Sum of RGB (Red+Green+Blue) = 57+86+66=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #395642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395642 is #C6A9BD. Grayscale: #4B4B4B. Windows color (decimal): -13019582 or 4347449. OLE color: 4347449.

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

Color convert

RGB 57 86 66 -
CMYK 0.34 0 0.23 0.66
HSL 138.62º 0.2% 0.28% -
HSV(B) 138.62º 0.34% 0.34% -
XYZ 6 7.92 6.37 -
YUV 75.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 57 86 66 0.34 0 0.23 0.66 138.62 0.2 0.28
Hex 39 56 42 22 0 17 42 8B 14 1C
Octal 71 126 102 42 0 27 102 213 24 34
Binary 111001 1010110 1000010 100010 0 10111 1000010 10001011 10100 11100

Color Harmonies of #395642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395642

Black with #395642

Text Example


Text Example

White with #395642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395642; }

 p { color: rgb(57,86,66); }

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

background-color css

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

 a { background-color: rgb(57,86,66); }

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

border-color css

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

 span { border-color: rgb(57,86,66); }

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