Html Css Color HEX #315540 Goblin

📋 copy color: '#315540'

red 49 ◦ green 85 ◦ blue 64

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

Shades of Goblin #315540

Tints of Goblin #315540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 24.75%
G = 42.93%
B = 32.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#315540 (or 0x315540) is known color: Goblin. HEX triplet: 31, 55 and 40. RGB value is (49,85,64). Sum of RGB (Red+Green+Blue) = 49+85+64=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #315540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315540 is #CEAABF. Grayscale: #474747. Windows color (decimal): -13544128 or 4216113. OLE color: 4216113.

HSL color Cylindrical-coordinate representation of color #315540: hue angle of 145º degrees, saturation: 0.27, 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 #315540 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 64 -
CMYK 0.42 0 0.25 0.67
HSL 145º 0.27% 0.26% -
HSV(B) 145º 0.42% 0.33% -
XYZ 5.44 7.52 6.02 -
YUV 71.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 49 85 64 0.42 0 0.25 0.67 145 0.27 0.26
Hex 31 55 40 2A 0 19 43 91 1B 1A
Octal 61 125 100 52 0 31 103 221 33 32
Binary 110001 1010101 1000000 101010 0 11001 1000011 10010001 11011 11010

Color Harmonies of #315540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315540

Black with #315540

Text Example


Text Example

White with #315540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315540; }

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

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

background-color css

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

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

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

border-color css

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

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

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