Html Css Color HEX #316055 Eden

📋 copy color: '#316055'

red 49 ◦ green 96 ◦ blue 85

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

Shades of Eden #316055

Tints of Eden #316055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 21.3%
G = 41.74%
B = 36.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#316055 (or 0x316055) is known color: Eden. HEX triplet: 31, 60 and 55. RGB value is (49,96,85). Sum of RGB (Red+Green+Blue) = 49+96+85=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #316055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316055 is #CE9FAA. Grayscale: #505050. Windows color (decimal): -13541291 or 5595185. OLE color: 5595185.

HSL color Cylindrical-coordinate representation of color #316055: hue angle of 165.96º 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 #316055 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 85 -
CMYK 0.49 0 0.11 0.62
HSL 165.96º 0.32% 0.28% -
HSV(B) 165.96º 0.49% 0.38% -
XYZ 7.09 9.67 10.09 -
YUV 80.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 49 96 85 0.49 0 0.11 0.62 165.96 0.32 0.28
Hex 31 60 55 31 0 B 3E A6 20 1C
Octal 61 140 125 61 0 13 76 246 40 34
Binary 110001 1100000 1010101 110001 0 1011 111110 10100110 100000 11100

Color Harmonies of #316055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316055

Black with #316055

Text Example


Text Example

White with #316055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316055; }

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

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

background-color css

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

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

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

border-color css

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

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

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