Html Css Color HEX #316041 Goblin

📋 copy color: '#316041'

red 49 ◦ green 96 ◦ blue 65

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

Shades of Goblin #316041

Tints of Goblin #316041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

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

R = 23.33%
G = 45.71%
B = 30.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#316041 (or 0x316041) is known color: Goblin. HEX triplet: 31, 60 and 41. RGB value is (49,96,65). Sum of RGB (Red+Green+Blue) = 49+96+65=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #316041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316041 is #CE9FBE. Grayscale: #4E4E4E. Windows color (decimal): -13541311 or 4284465. OLE color: 4284465.

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

Color convert

RGB 49 96 65 -
CMYK 0.49 0 0.32 0.62
HSL 140.43º 0.32% 0.28% -
HSV(B) 140.43º 0.49% 0.38% -
XYZ 6.4 9.4 6.48 -
YUV 78.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 49 96 65 0.49 0 0.32 0.62 140.43 0.32 0.28
Hex 31 60 41 31 0 20 3E 8C 20 1C
Octal 61 140 101 61 0 40 76 214 40 34
Binary 110001 1100000 1000001 110001 0 100000 111110 10001100 100000 11100

Color Harmonies of #316041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316041

Black with #316041

Text Example


Text Example

White with #316041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316041; }

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

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

background-color css

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

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

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

border-color css

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

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

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