Html Css Color HEX #315D53 Eden

📋 copy color: '#315D53'

red 49 ◦ green 93 ◦ blue 83

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

Shades of Eden #315D53

Tints of Eden #315D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.89%

R = 21.78%
G = 41.33%
B = 36.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#315D53 (or 0x315D53) is known color: Eden. HEX triplet: 31, 5D and 53. RGB value is (49,93,83). Sum of RGB (Red+Green+Blue) = 49+93+83=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #315D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D53 is #CEA2AC. Grayscale: #4E4E4E. Windows color (decimal): -13542061 or 5463345. OLE color: 5463345.

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

Color convert

RGB 49 93 83 -
CMYK 0.47 0 0.11 0.64
HSL 166.36º 0.31% 0.28% -
HSV(B) 166.36º 0.47% 0.36% -
XYZ 6.74 9.11 9.59 -
YUV 78.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 49 93 83 0.47 0 0.11 0.64 166.36 0.31 0.28
Hex 31 5D 53 2F 0 B 40 A6 1F 1C
Octal 61 135 123 57 0 13 100 246 37 34
Binary 110001 1011101 1010011 101111 0 1011 1000000 10100110 11111 11100

Color Harmonies of #315D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D53

Black with #315D53

Text Example


Text Example

White with #315D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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