Html Css Color HEX #317752 Amazon

📋 copy color: '#317752'

red 49 ◦ green 119 ◦ blue 82

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

Shades of Amazon #317752

Tints of Amazon #317752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.6%

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

R = 19.6%
G = 47.6%
B = 32.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#317752 (or 0x317752) is known color: Amazon. HEX triplet: 31, 77 and 52. RGB value is (49,119,82). Sum of RGB (Red+Green+Blue) = 49+119+82=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #317752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317752 is #CE88AD. Grayscale: #5D5D5D. Windows color (decimal): -13535406 or 5404465. OLE color: 5404465.

HSL color Cylindrical-coordinate representation of color #317752: hue angle of 148.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317752 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 82 -
CMYK 0.59 0 0.31 0.53
HSL 148.29º 0.42% 0.33% -
HSV(B) 148.29º 0.59% 0.47% -
XYZ 9.39 14.46 10.28 -
YUV 93.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 49 119 82 0.59 0 0.31 0.53 148.29 0.42 0.33
Hex 31 77 52 3B 0 1F 35 94 2A 21
Octal 61 167 122 73 0 37 65 224 52 41
Binary 110001 1110111 1010010 111011 0 11111 110101 10010100 101010 100001

Color Harmonies of #317752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317752

Black with #317752

Text Example


Text Example

White with #317752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317752; }

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

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

background-color css

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

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

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

border-color css

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

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

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