Html Css Color HEX #315038 Goblin

📋 copy color: '#315038'

red 49 ◦ green 80 ◦ blue 56

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

Shades of Goblin #315038

Tints of Goblin #315038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 26.49%
G = 43.24%
B = 30.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#315038 (or 0x315038) is known color: Goblin. HEX triplet: 31, 50 and 38. RGB value is (49,80,56). Sum of RGB (Red+Green+Blue) = 49+80+56=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #315038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315038 is #CEAFC7. Grayscale: #444444. Windows color (decimal): -13545416 or 3690545. OLE color: 3690545.

HSL color Cylindrical-coordinate representation of color #315038: hue angle of 133.55º 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 #315038 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 56 -
CMYK 0.39 0 0.30 0.69
HSL 133.55º 0.24% 0.25% -
HSV(B) 133.55º 0.39% 0.31% -
XYZ 4.85 6.68 4.77 -
YUV 68 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 49 80 56 0.39 0 0.30 0.69 133.55 0.24 0.25
Hex 31 50 38 27 0 1E 45 86 18 19
Octal 61 120 70 47 0 36 105 206 30 31
Binary 110001 1010000 111000 100111 0 11110 1000101 10000110 11000 11001

Color Harmonies of #315038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315038

Black with #315038

Text Example


Text Example

White with #315038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315038; }

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

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

background-color css

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

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

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

border-color css

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

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

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