Html Css Color HEX #317953 Amazon

📋 copy color: '#317953'

red 49 ◦ green 121 ◦ blue 83

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

Shades of Amazon #317953

Tints of Amazon #317953

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.83%

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

R = 19.37%
G = 47.83%
B = 32.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#317953 (or 0x317953) is known color: Amazon. HEX triplet: 31, 79 and 53. RGB value is (49,121,83). Sum of RGB (Red+Green+Blue) = 49+121+83=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #317953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317953 is #CE86AC. Grayscale: #5F5F5F. Windows color (decimal): -13534893 or 5470513. OLE color: 5470513.

HSL color Cylindrical-coordinate representation of color #317953: hue angle of 148.33º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317953 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 83 -
CMYK 0.60 0 0.31 0.53
HSL 148.33º 0.42% 0.33% -
HSV(B) 148.33º 0.6% 0.47% -
XYZ 9.67 14.95 10.56 -
YUV 95.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 49 121 83 0.60 0 0.31 0.53 148.33 0.42 0.33
Hex 31 79 53 3C 0 1F 35 94 2A 21
Octal 61 171 123 74 0 37 65 224 52 41
Binary 110001 1111001 1010011 111100 0 11111 110101 10010100 101010 100001

Color Harmonies of #317953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317953

Black with #317953

Text Example


Text Example

White with #317953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317953; }

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

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

background-color css

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

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

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

border-color css

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

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

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