#316556

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

Shades of Eden #316556

Tints of Eden #316556

Color information

#316556 (or 0x316556) is unknown color: approx Eden. HEX triplet: 31, 65 and 56. RGB value is (49,101,86). Sum of RGB (Red+Green+Blue) = 49+101+86=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #316556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316556 is #CE9AA9. Grayscale: #535353. Windows color (decimal): -13540010 or 5662001. OLE color: 5662001.

HSL color Cylindrical-coordinate representation of color #316556: hue angle of 162.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316556 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB4910186-
CMYK0.5100.150.60
HSL162.69º34.67%29.41%-
HSV(B)162.69º51.49%39.61%-
XYZ7.610.6310.46-
YUV83.74129.27103.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=20.76%
G=42.80%
B=36.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101860.5100.150.60162.6934.6729.41
Hex316556330F3Ca3231d
Octal6114512663017742434335
Binary11000111001011010110110011011111111001010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316556; }

 p { color: rgb(49,101,86); }

 H1.HeaderClassName
 {
   color: #316556;
 }
 .AnyTagClassName
 {
   color: #316556;
 }
</style>
background-color css

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

 a { background-color: rgb(49,101,86); }

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

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

 span { border-color: rgb(49,101,86); }

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