Html Css Color HEX #315039 Goblin

📋 copy color: '#315039'

red 49 ◦ green 80 ◦ blue 57

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

Shades of Goblin #315039

Tints of Goblin #315039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

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

R = 26.34%
G = 43.01%
B = 30.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#315039 (or 0x315039) is known color: Goblin. HEX triplet: 31, 50 and 39. RGB value is (49,80,57). Sum of RGB (Red+Green+Blue) = 49+80+57=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #315039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315039 is #CEAFC6. Grayscale: #444444. Windows color (decimal): -13545415 or 3756081. OLE color: 3756081.

HSL color Cylindrical-coordinate representation of color #315039: hue angle of 135.48º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315039 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 57 -
CMYK 0.39 0 0.29 0.69
HSL 135.48º 0.24% 0.25% -
HSV(B) 135.48º 0.39% 0.31% -
XYZ 4.87 6.69 4.9 -
YUV 68.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 49 80 57 0.39 0 0.29 0.69 135.48 0.24 0.25
Hex 31 50 39 27 0 1D 45 87 18 19
Octal 61 120 71 47 0 35 105 207 30 31
Binary 110001 1010000 111001 100111 0 11101 1000101 10000111 11000 11001

Color Harmonies of #315039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315039

Black with #315039

Text Example


Text Example

White with #315039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315039; }

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

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

background-color css

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

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

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

border-color css

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

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

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