Html Css Color HEX #315940 Goblin

📋 copy color: '#315940'

red 49 ◦ green 89 ◦ blue 64

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

Shades of Goblin #315940

Tints of Goblin #315940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

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

R = 24.26%
G = 44.06%
B = 31.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#315940 (or 0x315940) is known color: Goblin. HEX triplet: 31, 59 and 40. RGB value is (49,89,64). Sum of RGB (Red+Green+Blue) = 49+89+64=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #315940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315940 is #CEA6BF. Grayscale: #4A4A4A. Windows color (decimal): -13543104 or 4217137. OLE color: 4217137.

HSL color Cylindrical-coordinate representation of color #315940: hue angle of 142.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315940 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 64 -
CMYK 0.45 0 0.28 0.65
HSL 142.5º 0.29% 0.27% -
HSV(B) 142.5º 0.45% 0.35% -
XYZ 5.76 8.17 6.12 -
YUV 74.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 49 89 64 0.45 0 0.28 0.65 142.5 0.29 0.27
Hex 31 59 40 2D 0 1C 41 8E 1D 1B
Octal 61 131 100 55 0 34 101 216 35 33
Binary 110001 1011001 1000000 101101 0 11100 1000001 10001110 11101 11011

Color Harmonies of #315940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315940

Black with #315940

Text Example


Text Example

White with #315940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315940; }

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

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

background-color css

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

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

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

border-color css

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

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

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