Html Css Color HEX #317144 Amazon

📋 copy color: '#317144'

red 49 ◦ green 113 ◦ blue 68

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

Shades of Amazon #317144

Tints of Amazon #317144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 21.3%
G = 49.13%
B = 29.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#317144 (or 0x317144) is known color: Amazon. HEX triplet: 31, 71 and 44. RGB value is (49,113,68). Sum of RGB (Red+Green+Blue) = 49+113+68=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #317144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317144 is #CE8EBB. Grayscale: #585858. Windows color (decimal): -13536956 or 4485425. OLE color: 4485425.

HSL color Cylindrical-coordinate representation of color #317144: hue angle of 137.81º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317144 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 68 -
CMYK 0.57 0 0.40 0.56
HSL 137.81º 0.4% 0.32% -
HSV(B) 137.81º 0.57% 0.44% -
XYZ 8.22 12.88 7.52 -
YUV 88.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 49 113 68 0.57 0 0.40 0.56 137.81 0.4 0.32
Hex 31 71 44 39 0 28 38 8A 28 20
Octal 61 161 104 71 0 50 70 212 50 40
Binary 110001 1110001 1000100 111001 0 101000 111000 10001010 101000 100000

Color Harmonies of #317144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317144

Black with #317144

Text Example


Text Example

White with #317144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317144; }

 p { color: rgb(49,113,68); }

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

background-color css

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

 a { background-color: rgb(49,113,68); }

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

border-color css

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

 span { border-color: rgb(49,113,68); }

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