Html Css Color HEX #315C53 Eden

📋 copy color: '#315C53'

red 49 ◦ green 92 ◦ blue 83

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

Shades of Eden #315C53

Tints of Eden #315C53

RGB

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

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

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

R = 21.88%
G = 41.07%
B = 37.05%

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

#315C53 (or 0x315C53) is known color: Eden. HEX triplet: 31, 5C and 53. RGB value is (49,92,83). Sum of RGB (Red+Green+Blue) = 49+92+83=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 92 - color contains mainly: green. Hex color #315C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C53 is #CEA3AC. Grayscale: #4E4E4E. Windows color (decimal): -13542317 or 5463089. OLE color: 5463089.

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

Color convert

RGB 49 92 83 -
CMYK 0.47 0 0.10 0.64
HSL 167.44º 0.3% 0.28% -
HSV(B) 167.44º 0.47% 0.36% -
XYZ 6.66 8.93 9.56 -
YUV 78.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 49 92 83 0.47 0 0.10 0.64 167.44 0.3 0.28
Hex 31 5C 53 2F 0 A 40 A7 1E 1C
Octal 61 134 123 57 0 12 100 247 36 34
Binary 110001 1011100 1010011 101111 0 1010 1000000 10100111 11110 11100

Color Harmonies of #315C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C53

Black with #315C53

Text Example


Text Example

White with #315C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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