Html Css Color HEX #395644 Goblin

📋 copy color: '#395644'

red 57 ◦ green 86 ◦ blue 68

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

Shades of Goblin #395644

Tints of Goblin #395644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.23%

R = 27.01%
G = 40.76%
B = 32.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#395644 (or 0x395644) is known color: Goblin. HEX triplet: 39, 56 and 44. RGB value is (57,86,68). Sum of RGB (Red+Green+Blue) = 57+86+68=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #395644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395644 is #C6A9BB. Grayscale: #4B4B4B. Windows color (decimal): -13019580 or 4478521. OLE color: 4478521.

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

Color convert

RGB 57 86 68 -
CMYK 0.34 0 0.21 0.66
HSL 142.76º 0.2% 0.28% -
HSV(B) 142.76º 0.34% 0.34% -
XYZ 6.06 7.94 6.68 -
YUV 75.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 57 86 68 0.34 0 0.21 0.66 142.76 0.2 0.28
Hex 39 56 44 22 0 15 42 8F 14 1C
Octal 71 126 104 42 0 25 102 217 24 34
Binary 111001 1010110 1000100 100010 0 10101 1000010 10001111 10100 11100

Color Harmonies of #395644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395644

Black with #395644

Text Example


Text Example

White with #395644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395644; }

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

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

background-color css

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

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

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

border-color css

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

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

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