#316041

Color #316041 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #316041

Tints of Goblin #316041

Color information

#316041 (or 0x316041) is unknown color: approx 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

RGB499665-
CMYK0.4900.320.62
HSL140.43º32.41%28.43%-
HSV(B)140.43º48.96%37.65%-
XYZ6.49.46.48-
YUV78.41120.43107.02-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996650.4900.320.62140.4332.4128.43
Hex316041310203E8c201c
Octal6114010161040762144034
Binary1100011100000100000111000101000001111101000110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>