Html Css Color HEX #315740 Goblin

📋 copy color: '#315740'

red 49 ◦ green 87 ◦ blue 64

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

Shades of Goblin #315740

Tints of Goblin #315740

RGB

 RED value IS 49 (19.53% from 255) = 24.5%

 GREEN value IS 87 (34.38% from 255) = 43.5%

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

R = 24.5%
G = 43.5%
B = 32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#315740 (or 0x315740) is known color: Goblin. HEX triplet: 31, 57 and 40. RGB value is (49,87,64). Sum of RGB (Red+Green+Blue) = 49+87+64=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #315740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315740 is #CEA8BF. Grayscale: #494949. Windows color (decimal): -13543616 or 4216625. OLE color: 4216625.

HSL color Cylindrical-coordinate representation of color #315740: hue angle of 143.68º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315740 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 64 -
CMYK 0.44 0 0.26 0.66
HSL 143.68º 0.28% 0.27% -
HSV(B) 143.68º 0.44% 0.34% -
XYZ 5.6 7.84 6.07 -
YUV 73.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 49 87 64 0.44 0 0.26 0.66 143.68 0.28 0.27
Hex 31 57 40 2C 0 1A 42 90 1C 1B
Octal 61 127 100 54 0 32 102 220 34 33
Binary 110001 1010111 1000000 101100 0 11010 1000010 10010000 11100 11011

Color Harmonies of #315740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315740

Black with #315740

Text Example


Text Example

White with #315740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315740; }

 p { color: rgb(49,87,64); }

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

background-color css

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

 a { background-color: rgb(49,87,64); }

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

border-color css

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

 span { border-color: rgb(49,87,64); }

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