Html Css Color HEX #315C56 Eden

📋 copy color: '#315C56'

red 49 ◦ green 92 ◦ blue 86

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

Shades of Eden #315C56

Tints of Eden #315C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

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

R = 21.59%
G = 40.53%
B = 37.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#315C56 (or 0x315C56) is known color: Eden. HEX triplet: 31, 5C and 56. RGB value is (49,92,86). Sum of RGB (Red+Green+Blue) = 49+92+86=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #315C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C56 is #CEA3A9. Grayscale: #4E4E4E. Windows color (decimal): -13542314 or 5659697. OLE color: 5659697.

HSL color Cylindrical-coordinate representation of color #315C56: hue angle of 171.63º degrees, saturation: 0.3, 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 #315C56 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 92 86 -
CMYK 0.47 0 0.07 0.64
HSL 171.63º 0.3% 0.28% -
HSV(B) 171.63º 0.47% 0.36% -
XYZ 6.77 8.98 10.18 -
YUV 78.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 49 92 86 0.47 0 0.07 0.64 171.63 0.3 0.28
Hex 31 5C 56 2F 0 7 40 AC 1E 1C
Octal 61 134 126 57 0 7 100 254 36 34
Binary 110001 1011100 1010110 101111 0 111 1000000 10101100 11110 11100

Color Harmonies of #315C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C56

Black with #315C56

Text Example


Text Example

White with #315C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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