Html Css Color HEX #316141 Goblin

📋 copy color: '#316141'

red 49 ◦ green 97 ◦ blue 65

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

Shades of Goblin #316141

Tints of Goblin #316141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.97%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 23.22%
G = 45.97%
B = 30.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#316141 (or 0x316141) is known color: Goblin. HEX triplet: 31, 61 and 41. RGB value is (49,97,65). Sum of RGB (Red+Green+Blue) = 49+97+65=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #316141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316141 is #CE9EBE. Grayscale: #4F4F4F. Windows color (decimal): -13541055 or 4284721. OLE color: 4284721.

HSL color Cylindrical-coordinate representation of color #316141: hue angle of 140º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316141 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 65 -
CMYK 0.49 0 0.33 0.62
HSL 140º 0.33% 0.29% -
HSV(B) 140º 0.49% 0.38% -
XYZ 6.5 9.58 6.51 -
YUV 79 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 49 97 65 0.49 0 0.33 0.62 140 0.33 0.29
Hex 31 61 41 31 0 21 3E 8C 21 1D
Octal 61 141 101 61 0 41 76 214 41 35
Binary 110001 1100001 1000001 110001 0 100001 111110 10001100 100001 11101

Color Harmonies of #316141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316141

Black with #316141

Text Example


Text Example

White with #316141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316141; }

 p { color: rgb(49,97,65); }

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

background-color css

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

 a { background-color: rgb(49,97,65); }

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

border-color css

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

 span { border-color: rgb(49,97,65); }

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