Html Css Color HEX #318052 Amazon

📋 copy color: '#318052'

red 49 ◦ green 128 ◦ blue 82

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

Shades of Amazon #318052

Tints of Amazon #318052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 18.92%
G = 49.42%
B = 31.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#318052 (or 0x318052) is known color: Amazon. HEX triplet: 31, 80 and 52. RGB value is (49,128,82). Sum of RGB (Red+Green+Blue) = 49+128+82=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #318052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318052 is #CE7FAD. Grayscale: #636363. Windows color (decimal): -13533102 or 5406769. OLE color: 5406769.

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

Color convert

RGB 49 128 82 -
CMYK 0.62 0 0.36 0.50
HSL 145.06º 0.45% 0.35% -
HSV(B) 145.06º 0.62% 0.5% -
XYZ 10.51 16.7 10.65 -
YUV 99.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 49 128 82 0.62 0 0.36 0.50 145.06 0.45 0.35
Hex 31 80 52 3E 0 24 32 91 2D 23
Octal 61 200 122 76 0 44 62 221 55 43
Binary 110001 10000000 1010010 111110 0 100100 110010 10010001 101101 100011

Color Harmonies of #318052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318052

Black with #318052

Text Example


Text Example

White with #318052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318052; }

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

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

background-color css

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

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

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

border-color css

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

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

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