Html Css Color HEX #395540 Goblin

📋 copy color: '#395540'

red 57 ◦ green 85 ◦ blue 64

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

Shades of Goblin #395540

Tints of Goblin #395540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 27.67%
G = 41.26%
B = 31.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#395540 (or 0x395540) is known color: Goblin. HEX triplet: 39, 55 and 40. RGB value is (57,85,64). Sum of RGB (Red+Green+Blue) = 57+85+64=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #395540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395540 is #C6AABF. Grayscale: #4A4A4A. Windows color (decimal): -13019840 or 4216121. OLE color: 4216121.

HSL color Cylindrical-coordinate representation of color #395540: hue angle of 135º 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 #395540 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 64 -
CMYK 0.33 0 0.25 0.67
HSL 135º 0.2% 0.28% -
HSV(B) 135º 0.33% 0.33% -
XYZ 5.86 7.74 6.03 -
YUV 74.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 57 85 64 0.33 0 0.25 0.67 135 0.2 0.28
Hex 39 55 40 21 0 19 43 87 14 1C
Octal 71 125 100 41 0 31 103 207 24 34
Binary 111001 1010101 1000000 100001 0 11001 1000011 10000111 10100 11100

Color Harmonies of #395540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395540

Black with #395540

Text Example


Text Example

White with #395540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395540; }

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

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

background-color css

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

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

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

border-color css

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

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

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