Html Css Color HEX #318251 Amazon

📋 copy color: '#318251'

red 49 ◦ green 130 ◦ blue 81

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

Shades of Amazon #318251

Tints of Amazon #318251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 18.85%
G = 50%
B = 31.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#318251 (or 0x318251) is known color: Amazon. HEX triplet: 31, 82 and 51. RGB value is (49,130,81). Sum of RGB (Red+Green+Blue) = 49+130+81=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #318251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318251 is #CE7DAE. Grayscale: #646464. Windows color (decimal): -13532591 or 5341745. OLE color: 5341745.

HSL color Cylindrical-coordinate representation of color #318251: hue angle of 143.7º 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 #318251 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 81 -
CMYK 0.62 0 0.38 0.49
HSL 143.7º 0.45% 0.35% -
HSV(B) 143.7º 0.62% 0.51% -
XYZ 10.73 17.21 10.54 -
YUV 100.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 49 130 81 0.62 0 0.38 0.49 143.7 0.45 0.35
Hex 31 82 51 3E 0 26 31 90 2D 23
Octal 61 202 121 76 0 46 61 220 55 43
Binary 110001 10000010 1010001 111110 0 100110 110001 10010000 101101 100011

Color Harmonies of #318251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318251

Black with #318251

Text Example


Text Example

White with #318251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318251; }

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

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

background-color css

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

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

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

border-color css

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

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

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