Html Css Color HEX #315139 Goblin

📋 copy color: '#315139'

red 49 ◦ green 81 ◦ blue 57

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

Shades of Goblin #315139

Tints of Goblin #315139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 26.2%
G = 43.32%
B = 30.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#315139 (or 0x315139) is known color: Goblin. HEX triplet: 31, 51 and 39. RGB value is (49,81,57). Sum of RGB (Red+Green+Blue) = 49+81+57=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #315139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315139 is #CEAEC6. Grayscale: #444444. Windows color (decimal): -13545159 or 3756337. OLE color: 3756337.

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

Color convert

RGB 49 81 57 -
CMYK 0.40 0 0.30 0.68
HSL 135º 0.25% 0.25% -
HSV(B) 135º 0.4% 0.32% -
XYZ 4.95 6.83 4.93 -
YUV 68.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 49 81 57 0.40 0 0.30 0.68 135 0.25 0.25
Hex 31 51 39 28 0 1E 44 87 19 19
Octal 61 121 71 50 0 36 104 207 31 31
Binary 110001 1010001 111001 101000 0 11110 1000100 10000111 11001 11001

Color Harmonies of #315139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315139

Black with #315139

Text Example


Text Example

White with #315139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315139; }

 p { color: rgb(49,81,57); }

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

background-color css

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

 a { background-color: rgb(49,81,57); }

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

border-color css

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

 span { border-color: rgb(49,81,57); }

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