Html Css Color HEX #315941 Goblin

📋 copy color: '#315941'

red 49 ◦ green 89 ◦ blue 65

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

Shades of Goblin #315941

Tints of Goblin #315941

RGB

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

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

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

R = 24.14%
G = 43.84%
B = 32.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#315941 (or 0x315941) is known color: Goblin. HEX triplet: 31, 59 and 41. RGB value is (49,89,65). Sum of RGB (Red+Green+Blue) = 49+89+65=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #315941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315941 is #CEA6BE. Grayscale: #4A4A4A. Windows color (decimal): -13543103 or 4282673. OLE color: 4282673.

HSL color Cylindrical-coordinate representation of color #315941: hue angle of 144º 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 #315941 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 65 -
CMYK 0.45 0 0.27 0.65
HSL 144º 0.29% 0.27% -
HSV(B) 144º 0.45% 0.35% -
XYZ 5.79 8.18 6.27 -
YUV 74.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 49 89 65 0.45 0 0.27 0.65 144 0.29 0.27
Hex 31 59 41 2D 0 1B 41 90 1D 1B
Octal 61 131 101 55 0 33 101 220 35 33
Binary 110001 1011001 1000001 101101 0 11011 1000001 10010000 11101 11011

Color Harmonies of #315941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315941

Black with #315941

Text Example


Text Example

White with #315941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315941; }

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

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

background-color css

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

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

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

border-color css

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

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

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