Html Css Color HEX #315942 Goblin

📋 copy color: '#315942'

red 49 ◦ green 89 ◦ blue 66

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

Shades of Goblin #315942

Tints of Goblin #315942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 24.02%
G = 43.63%
B = 32.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#315942 (or 0x315942) is known color: Goblin. HEX triplet: 31, 59 and 42. RGB value is (49,89,66). Sum of RGB (Red+Green+Blue) = 49+89+66=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #315942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315942 is #CEA6BD. Grayscale: #4A4A4A. Windows color (decimal): -13543102 or 4348209. OLE color: 4348209.

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

Color convert

RGB 49 89 66 -
CMYK 0.45 0 0.26 0.65
HSL 145.5º 0.29% 0.27% -
HSV(B) 145.5º 0.45% 0.35% -
XYZ 5.82 8.19 6.43 -
YUV 74.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 49 89 66 0.45 0 0.26 0.65 145.5 0.29 0.27
Hex 31 59 42 2D 0 1A 41 92 1D 1B
Octal 61 131 102 55 0 32 101 222 35 33
Binary 110001 1011001 1000010 101101 0 11010 1000001 10010010 11101 11011

Color Harmonies of #315942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315942

Black with #315942

Text Example


Text Example

White with #315942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315942; }

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

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

background-color css

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

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

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

border-color css

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

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

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