Html Css Color HEX #315240 Goblin

📋 copy color: '#315240'

red 49 ◦ green 82 ◦ blue 64

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

Shades of Goblin #315240

Tints of Goblin #315240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.05%

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

R = 25.13%
G = 42.05%
B = 32.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#315240 (or 0x315240) is known color: Goblin. HEX triplet: 31, 52 and 40. RGB value is (49,82,64). Sum of RGB (Red+Green+Blue) = 49+82+64=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #315240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315240 is #CEADBF. Grayscale: #464646. Windows color (decimal): -13544896 or 4215345. OLE color: 4215345.

HSL color Cylindrical-coordinate representation of color #315240: hue angle of 147.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315240 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 64 -
CMYK 0.40 0 0.22 0.68
HSL 147.27º 0.25% 0.26% -
HSV(B) 147.27º 0.4% 0.32% -
XYZ 5.21 7.06 5.94 -
YUV 70.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 49 82 64 0.40 0 0.22 0.68 147.27 0.25 0.26
Hex 31 52 40 28 0 16 44 93 19 1A
Octal 61 122 100 50 0 26 104 223 31 32
Binary 110001 1010010 1000000 101000 0 10110 1000100 10010011 11001 11010

Color Harmonies of #315240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315240

Black with #315240

Text Example


Text Example

White with #315240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315240; }

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

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

background-color css

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

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

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

border-color css

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

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

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