Html Css Color HEX #318155 Amazon

📋 copy color: '#318155'

red 49 ◦ green 129 ◦ blue 85

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

Shades of Amazon #318155

Tints of Amazon #318155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.05%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 18.63%
G = 49.05%
B = 32.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#318155 (or 0x318155) is known color: Amazon. HEX triplet: 31, 81 and 55. RGB value is (49,129,85). Sum of RGB (Red+Green+Blue) = 49+129+85=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #318155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318155 is #CE7EAA. Grayscale: #646464. Windows color (decimal): -13532843 or 5603633. OLE color: 5603633.

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

Color convert

RGB 49 129 85 -
CMYK 0.62 0 0.34 0.49
HSL 147º 0.45% 0.35% -
HSV(B) 147º 0.62% 0.51% -
XYZ 10.76 17.01 11.31 -
YUV 100.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 49 129 85 0.62 0 0.34 0.49 147 0.45 0.35
Hex 31 81 55 3E 0 22 31 93 2D 23
Octal 61 201 125 76 0 42 61 223 55 43
Binary 110001 10000001 1010101 111110 0 100010 110001 10010011 101101 100011

Color Harmonies of #318155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318155

Black with #318155

Text Example


Text Example

White with #318155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318155; }

 p { color: rgb(49,129,85); }

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

background-color css

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

 a { background-color: rgb(49,129,85); }

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

border-color css

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

 span { border-color: rgb(49,129,85); }

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