Html Css Color HEX #315741 Goblin

📋 copy color: '#315741'

red 49 ◦ green 87 ◦ blue 65

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

Shades of Goblin #315741

Tints of Goblin #315741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 24.38%
G = 43.28%
B = 32.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#315741 (or 0x315741) is known color: Goblin. HEX triplet: 31, 57 and 41. RGB value is (49,87,65). Sum of RGB (Red+Green+Blue) = 49+87+65=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #315741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315741 is #CEA8BE. Grayscale: #494949. Windows color (decimal): -13543615 or 4282161. OLE color: 4282161.

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

Color convert

RGB 49 87 65 -
CMYK 0.44 0 0.25 0.66
HSL 145.26º 0.28% 0.27% -
HSV(B) 145.26º 0.44% 0.34% -
XYZ 5.63 7.85 6.22 -
YUV 73.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 49 87 65 0.44 0 0.25 0.66 145.26 0.28 0.27
Hex 31 57 41 2C 0 19 42 91 1C 1B
Octal 61 127 101 54 0 31 102 221 34 33
Binary 110001 1010111 1000001 101100 0 11001 1000010 10010001 11100 11011

Color Harmonies of #315741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315741

Black with #315741

Text Example


Text Example

White with #315741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315741; }

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

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

background-color css

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

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

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

border-color css

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

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

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