Html Css Color HEX #315D56 Eden

📋 copy color: '#315D56'

red 49 ◦ green 93 ◦ blue 86

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

Shades of Eden #315D56

Tints of Eden #315D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.79%

 BLUE value IS 86 (33.98% from 255) = 37.72%

R = 21.49%
G = 40.79%
B = 37.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#315D56 (or 0x315D56) is known color: Eden. HEX triplet: 31, 5D and 56. RGB value is (49,93,86). Sum of RGB (Red+Green+Blue) = 49+93+86=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #315D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D56 is #CEA2A9. Grayscale: #4F4F4F. Windows color (decimal): -13542058 or 5659953. OLE color: 5659953.

HSL color Cylindrical-coordinate representation of color #315D56: hue angle of 170.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D56 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 86 -
CMYK 0.47 0 0.08 0.64
HSL 170.45º 0.31% 0.28% -
HSV(B) 170.45º 0.47% 0.36% -
XYZ 6.86 9.15 10.21 -
YUV 79.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 49 93 86 0.47 0 0.08 0.64 170.45 0.31 0.28
Hex 31 5D 56 2F 0 8 40 AA 1F 1C
Octal 61 135 126 57 0 10 100 252 37 34
Binary 110001 1011101 1010110 101111 0 1000 1000000 10101010 11111 11100

Color Harmonies of #315D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D56

Black with #315D56

Text Example


Text Example

White with #315D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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