Html Css Color HEX #315441 Goblin

📋 copy color: '#315441'

red 49 ◦ green 84 ◦ blue 65

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

Shades of Goblin #315441

Tints of Goblin #315441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

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

R = 24.75%
G = 42.42%
B = 32.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#315441 (or 0x315441) is known color: Goblin. HEX triplet: 31, 54 and 41. RGB value is (49,84,65). Sum of RGB (Red+Green+Blue) = 49+84+65=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #315441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315441 is #CEABBE. Grayscale: #474747. Windows color (decimal): -13544383 or 4281393. OLE color: 4281393.

HSL color Cylindrical-coordinate representation of color #315441: hue angle of 147.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315441 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 65 -
CMYK 0.42 0 0.23 0.67
HSL 147.43º 0.26% 0.26% -
HSV(B) 147.43º 0.42% 0.33% -
XYZ 5.39 7.38 6.14 -
YUV 71.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 49 84 65 0.42 0 0.23 0.67 147.43 0.26 0.26
Hex 31 54 41 2A 0 17 43 93 1A 1A
Octal 61 124 101 52 0 27 103 223 32 32
Binary 110001 1010100 1000001 101010 0 10111 1000011 10010011 11010 11010

Color Harmonies of #315441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315441

Black with #315441

Text Example


Text Example

White with #315441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315441; }

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

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

background-color css

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

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

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

border-color css

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

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

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