Html Css Color HEX #317548 Amazon

📋 copy color: '#317548'

red 49 ◦ green 117 ◦ blue 72

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

Shades of Amazon #317548

Tints of Amazon #317548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 20.59%
G = 49.16%
B = 30.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#317548 (or 0x317548) is known color: Amazon. HEX triplet: 31, 75 and 48. RGB value is (49,117,72). Sum of RGB (Red+Green+Blue) = 49+117+72=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #317548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317548 is #CE8AB7. Grayscale: #5B5B5B. Windows color (decimal): -13535928 or 4748593. OLE color: 4748593.

HSL color Cylindrical-coordinate representation of color #317548: hue angle of 140.29º 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 #317548 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 72 -
CMYK 0.58 0 0.38 0.54
HSL 140.29º 0.41% 0.33% -
HSV(B) 140.29º 0.58% 0.46% -
XYZ 8.8 13.84 8.34 -
YUV 91.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 49 117 72 0.58 0 0.38 0.54 140.29 0.41 0.33
Hex 31 75 48 3A 0 26 36 8C 29 21
Octal 61 165 110 72 0 46 66 214 51 41
Binary 110001 1110101 1001000 111010 0 100110 110110 10001100 101001 100001

Color Harmonies of #317548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317548

Black with #317548

Text Example


Text Example

White with #317548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317548; }

 p { color: rgb(49,117,72); }

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

background-color css

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

 a { background-color: rgb(49,117,72); }

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

border-color css

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

 span { border-color: rgb(49,117,72); }

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