Html Css Color HEX #318253 Amazon

📋 copy color: '#318253'

red 49 ◦ green 130 ◦ blue 83

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

Shades of Amazon #318253

Tints of Amazon #318253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

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

R = 18.7%
G = 49.62%
B = 31.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#318253 (or 0x318253) is known color: Amazon. HEX triplet: 31, 82 and 53. RGB value is (49,130,83). Sum of RGB (Red+Green+Blue) = 49+130+83=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #318253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318253 is #CE7DAC. Grayscale: #646464. Windows color (decimal): -13532589 or 5472817. OLE color: 5472817.

HSL color Cylindrical-coordinate representation of color #318253: hue angle of 145.19º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318253 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 83 -
CMYK 0.62 0 0.36 0.49
HSL 145.19º 0.45% 0.35% -
HSV(B) 145.19º 0.62% 0.51% -
XYZ 10.81 17.24 10.94 -
YUV 100.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 49 130 83 0.62 0 0.36 0.49 145.19 0.45 0.35
Hex 31 82 53 3E 0 24 31 91 2D 23
Octal 61 202 123 76 0 44 61 221 55 43
Binary 110001 10000010 1010011 111110 0 100100 110001 10010001 101101 100011

Color Harmonies of #318253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318253

Black with #318253

Text Example


Text Example

White with #318253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318253; }

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

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

background-color css

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

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

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

border-color css

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

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

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