Html Css Color HEX #315D54 Eden

📋 copy color: '#315D54'

red 49 ◦ green 93 ◦ blue 84

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

Shades of Eden #315D54

Tints of Eden #315D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.17%

R = 21.68%
G = 41.15%
B = 37.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#315D54 (or 0x315D54) is known color: Eden. HEX triplet: 31, 5D and 54. RGB value is (49,93,84). Sum of RGB (Red+Green+Blue) = 49+93+84=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #315D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D54 is #CEA2AB. Grayscale: #4E4E4E. Windows color (decimal): -13542060 or 5528881. OLE color: 5528881.

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

Color convert

RGB 49 93 84 -
CMYK 0.47 0 0.10 0.64
HSL 167.73º 0.31% 0.28% -
HSV(B) 167.73º 0.47% 0.36% -
XYZ 6.78 9.12 9.79 -
YUV 78.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 49 93 84 0.47 0 0.10 0.64 167.73 0.31 0.28
Hex 31 5D 54 2F 0 A 40 A8 1F 1C
Octal 61 135 124 57 0 12 100 250 37 34
Binary 110001 1011101 1010100 101111 0 1010 1000000 10101000 11111 11100

Color Harmonies of #315D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D54

Black with #315D54

Text Example


Text Example

White with #315D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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