Html Css Color HEX #395643 Goblin

📋 copy color: '#395643'

red 57 ◦ green 86 ◦ blue 67

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

Shades of Goblin #395643

Tints of Goblin #395643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 27.14%
G = 40.95%
B = 31.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#395643 (or 0x395643) is known color: Goblin. HEX triplet: 39, 56 and 43. RGB value is (57,86,67). Sum of RGB (Red+Green+Blue) = 57+86+67=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #395643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395643 is #C6A9BC. Grayscale: #4B4B4B. Windows color (decimal): -13019581 or 4412985. OLE color: 4412985.

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

Color convert

RGB 57 86 67 -
CMYK 0.34 0 0.22 0.66
HSL 140.69º 0.2% 0.28% -
HSV(B) 140.69º 0.34% 0.34% -
XYZ 6.03 7.93 6.52 -
YUV 75.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 57 86 67 0.34 0 0.22 0.66 140.69 0.2 0.28
Hex 39 56 43 22 0 16 42 8D 14 1C
Octal 71 126 103 42 0 26 102 215 24 34
Binary 111001 1010110 1000011 100010 0 10110 1000010 10001101 10100 11100

Color Harmonies of #395643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395643

Black with #395643

Text Example


Text Example

White with #395643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395643; }

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

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

background-color css

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

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

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

border-color css

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

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

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