Html Css Color HEX #315340 Goblin

📋 copy color: '#315340'

red 49 ◦ green 83 ◦ blue 64

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

Shades of Goblin #315340

Tints of Goblin #315340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 25%
G = 42.35%
B = 32.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#315340 (or 0x315340) is known color: Goblin. HEX triplet: 31, 53 and 40. RGB value is (49,83,64). Sum of RGB (Red+Green+Blue) = 49+83+64=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #315340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315340 is #CEACBF. Grayscale: #464646. Windows color (decimal): -13544640 or 4215601. OLE color: 4215601.

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

Color convert

RGB 49 83 64 -
CMYK 0.41 0 0.23 0.67
HSL 146.47º 0.26% 0.26% -
HSV(B) 146.47º 0.41% 0.33% -
XYZ 5.29 7.21 5.96 -
YUV 70.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 49 83 64 0.41 0 0.23 0.67 146.47 0.26 0.26
Hex 31 53 40 29 0 17 43 92 1A 1A
Octal 61 123 100 51 0 27 103 222 32 32
Binary 110001 1010011 1000000 101001 0 10111 1000011 10010010 11010 11010

Color Harmonies of #315340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315340

Black with #315340

Text Example


Text Example

White with #315340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315340; }

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

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

background-color css

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

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

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

border-color css

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

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

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