Html Css Color HEX #395444 Goblin

📋 copy color: '#395444'

red 57 ◦ green 84 ◦ blue 68

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

Shades of Goblin #395444

Tints of Goblin #395444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.19%

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

R = 27.27%
G = 40.19%
B = 32.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#395444 (or 0x395444) is known color: Goblin. HEX triplet: 39, 54 and 44. RGB value is (57,84,68). Sum of RGB (Red+Green+Blue) = 57+84+68=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #395444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395444 is #C6ABBB. Grayscale: #4A4A4A. Windows color (decimal): -13020092 or 4478009. OLE color: 4478009.

HSL color Cylindrical-coordinate representation of color #395444: hue angle of 144.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395444 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 68 -
CMYK 0.32 0 0.19 0.67
HSL 144.44º 0.19% 0.28% -
HSV(B) 144.44º 0.32% 0.33% -
XYZ 5.9 7.63 6.63 -
YUV 74.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 57 84 68 0.32 0 0.19 0.67 144.44 0.19 0.28
Hex 39 54 44 20 0 13 43 90 13 1C
Octal 71 124 104 40 0 23 103 220 23 34
Binary 111001 1010100 1000100 100000 0 10011 1000011 10010000 10011 11100

Color Harmonies of #395444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395444

Black with #395444

Text Example


Text Example

White with #395444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395444; }

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

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

background-color css

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

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

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

border-color css

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

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

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