Html Css Color HEX #317445 Amazon

📋 copy color: '#317445'

red 49 ◦ green 116 ◦ blue 69

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

Shades of Amazon #317445

Tints of Amazon #317445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 20.94%
G = 49.57%
B = 29.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#317445 (or 0x317445) is known color: Amazon. HEX triplet: 31, 74 and 45. RGB value is (49,116,69). Sum of RGB (Red+Green+Blue) = 49+116+69=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #317445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317445 is #CE8BBA. Grayscale: #5A5A5A. Windows color (decimal): -13536187 or 4551729. OLE color: 4551729.

HSL color Cylindrical-coordinate representation of color #317445: hue angle of 137.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317445 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 69 -
CMYK 0.58 0 0.41 0.55
HSL 137.91º 0.41% 0.32% -
HSV(B) 137.91º 0.58% 0.45% -
XYZ 8.59 13.57 7.8 -
YUV 90.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 49 116 69 0.58 0 0.41 0.55 137.91 0.41 0.32
Hex 31 74 45 3A 0 29 37 8A 29 20
Octal 61 164 105 72 0 51 67 212 51 40
Binary 110001 1110100 1000101 111010 0 101001 110111 10001010 101001 100000

Color Harmonies of #317445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317445

Black with #317445

Text Example


Text Example

White with #317445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317445; }

 p { color: rgb(49,116,69); }

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

background-color css

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

 a { background-color: rgb(49,116,69); }

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

border-color css

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

 span { border-color: rgb(49,116,69); }

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