Html Css Color HEX #317652 Amazon

📋 copy color: '#317652'

red 49 ◦ green 118 ◦ blue 82

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

Shades of Amazon #317652

Tints of Amazon #317652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

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

R = 19.68%
G = 47.39%
B = 32.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#317652 (or 0x317652) is known color: Amazon. HEX triplet: 31, 76 and 52. RGB value is (49,118,82). Sum of RGB (Red+Green+Blue) = 49+118+82=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #317652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317652 is #CE89AD. Grayscale: #5D5D5D. Windows color (decimal): -13535662 or 5404209. OLE color: 5404209.

HSL color Cylindrical-coordinate representation of color #317652: hue angle of 148.7º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317652 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 82 -
CMYK 0.58 0 0.31 0.54
HSL 148.7º 0.41% 0.33% -
HSV(B) 148.7º 0.58% 0.46% -
XYZ 9.27 14.22 10.24 -
YUV 93.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 49 118 82 0.58 0 0.31 0.54 148.7 0.41 0.33
Hex 31 76 52 3A 0 1F 36 95 29 21
Octal 61 166 122 72 0 37 66 225 51 41
Binary 110001 1110110 1010010 111010 0 11111 110110 10010101 101001 100001

Color Harmonies of #317652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317652

Black with #317652

Text Example


Text Example

White with #317652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317652; }

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

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

background-color css

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

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

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

border-color css

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

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

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