Html Css Color HEX #315B42 Goblin

📋 copy color: '#315B42'

red 49 ◦ green 91 ◦ blue 66

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

Shades of Goblin #315B42

Tints of Goblin #315B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.17%

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

R = 23.79%
G = 44.17%
B = 32.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#315B42 (or 0x315B42) is known color: Goblin. HEX triplet: 31, 5B and 42. RGB value is (49,91,66). Sum of RGB (Red+Green+Blue) = 49+91+66=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #315B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B42 is #CEA4BD. Grayscale: #4B4B4B. Windows color (decimal): -13542590 or 4348721. OLE color: 4348721.

HSL color Cylindrical-coordinate representation of color #315B42: hue angle of 144.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B42 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 91 66 -
CMYK 0.46 0 0.27 0.64
HSL 144.29º 0.3% 0.27% -
HSV(B) 144.29º 0.46% 0.36% -
XYZ 5.99 8.53 6.48 -
YUV 75.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 49 91 66 0.46 0 0.27 0.64 144.29 0.3 0.27
Hex 31 5B 42 2E 0 1B 40 90 1E 1B
Octal 61 133 102 56 0 33 100 220 36 33
Binary 110001 1011011 1000010 101110 0 11011 1000000 10010000 11110 11011

Color Harmonies of #315B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B42

Black with #315B42

Text Example


Text Example

White with #315B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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