Html Css Color HEX #316255 Eden

📋 copy color: '#316255'

red 49 ◦ green 98 ◦ blue 85

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

Shades of Eden #316255

Tints of Eden #316255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

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

R = 21.12%
G = 42.24%
B = 36.64%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#316255 (or 0x316255) is known color: Eden. HEX triplet: 31, 62 and 55. RGB value is (49,98,85). Sum of RGB (Red+Green+Blue) = 49+98+85=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #316255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316255 is #CE9DAA. Grayscale: #515151. Windows color (decimal): -13540779 or 5595697. OLE color: 5595697.

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

Color convert

RGB 49 98 85 -
CMYK 0.5 0 0.13 0.62
HSL 164.08º 0.33% 0.29% -
HSV(B) 164.08º 0.5% 0.38% -
XYZ 7.27 10.04 10.15 -
YUV 81.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 49 98 85 0.5 0 0.13 0.62 164.08 0.33 0.29
Hex 31 62 55 32 0 D 3E A4 21 1D
Octal 61 142 125 62 0 15 76 244 41 35
Binary 110001 1100010 1010101 110010 0 1101 111110 10100100 100001 11101

Color Harmonies of #316255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316255

Black with #316255

Text Example


Text Example

White with #316255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316255; }

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

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

background-color css

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

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

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

border-color css

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

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

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