Html Css Color HEX #318058 Amazon

📋 copy color: '#318058'

red 49 ◦ green 128 ◦ blue 88

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

Shades of Amazon #318058

Tints of Amazon #318058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 18.49%
G = 48.3%
B = 33.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#318058 (or 0x318058) is known color: Amazon. HEX triplet: 31, 80 and 58. RGB value is (49,128,88). Sum of RGB (Red+Green+Blue) = 49+128+88=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #318058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318058 is #CE7FA7. Grayscale: #636363. Windows color (decimal): -13533096 or 5799985. OLE color: 5799985.

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

Color convert

RGB 49 128 88 -
CMYK 0.62 0 0.31 0.50
HSL 149.62º 0.45% 0.35% -
HSV(B) 149.62º 0.62% 0.5% -
XYZ 10.75 16.8 11.91 -
YUV 99.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 49 128 88 0.62 0 0.31 0.50 149.62 0.45 0.35
Hex 31 80 58 3E 0 1F 32 96 2D 23
Octal 61 200 130 76 0 37 62 226 55 43
Binary 110001 10000000 1011000 111110 0 11111 110010 10010110 101101 100011

Color Harmonies of #318058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318058

Black with #318058

Text Example


Text Example

White with #318058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318058; }

 p { color: rgb(49,128,88); }

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

background-color css

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

 a { background-color: rgb(49,128,88); }

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

border-color css

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

 span { border-color: rgb(49,128,88); }

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