Html Css Color HEX #315F58 Eden

📋 copy color: '#315F58'

red 49 ◦ green 95 ◦ blue 88

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

Shades of Eden #315F58

Tints of Eden #315F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.95%

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 21.12%
G = 40.95%
B = 37.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#315F58 (or 0x315F58) is known color: Eden. HEX triplet: 31, 5F and 58. RGB value is (49,95,88). Sum of RGB (Red+Green+Blue) = 49+95+88=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #315F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F58 is #CEA0A7. Grayscale: #505050. Windows color (decimal): -13541544 or 5791537. OLE color: 5791537.

HSL color Cylindrical-coordinate representation of color #315F58: hue angle of 170.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F58 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 95 88 -
CMYK 0.48 0 0.07 0.63
HSL 170.87º 0.32% 0.28% -
HSV(B) 170.87º 0.48% 0.37% -
XYZ 7.12 9.54 10.7 -
YUV 80.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 49 95 88 0.48 0 0.07 0.63 170.87 0.32 0.28
Hex 31 5F 58 30 0 7 3F AB 20 1C
Octal 61 137 130 60 0 7 77 253 40 34
Binary 110001 1011111 1011000 110000 0 111 111111 10101011 100000 11100

Color Harmonies of #315F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F58

Black with #315F58

Text Example


Text Example

White with #315F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,95,88); }

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

background-color css

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

 a { background-color: rgb(49,95,88); }

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

border-color css

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

 span { border-color: rgb(49,95,88); }

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