Html Css Color HEX #395544 Goblin

📋 copy color: '#395544'

red 57 ◦ green 85 ◦ blue 68

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

Shades of Goblin #395544

Tints of Goblin #395544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 27.14%
G = 40.48%
B = 32.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#395544 (or 0x395544) is known color: Goblin. HEX triplet: 39, 55 and 44. RGB value is (57,85,68). Sum of RGB (Red+Green+Blue) = 57+85+68=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #395544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395544 is #C6AABB. Grayscale: #4A4A4A. Windows color (decimal): -13019836 or 4478265. OLE color: 4478265.

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

Color convert

RGB 57 85 68 -
CMYK 0.33 0 0.20 0.67
HSL 143.57º 0.2% 0.28% -
HSV(B) 143.57º 0.33% 0.33% -
XYZ 5.98 7.78 6.66 -
YUV 74.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 57 85 68 0.33 0 0.20 0.67 143.57 0.2 0.28
Hex 39 55 44 21 0 14 43 90 14 1C
Octal 71 125 104 41 0 24 103 220 24 34
Binary 111001 1010101 1000100 100001 0 10100 1000011 10010000 10100 11100

Color Harmonies of #395544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395544

Black with #395544

Text Example


Text Example

White with #395544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395544; }

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

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

background-color css

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

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

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

border-color css

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

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

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