Html Css Color HEX #317543 Amazon

📋 copy color: '#317543'

red 49 ◦ green 117 ◦ blue 67

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

Shades of Amazon #317543

Tints of Amazon #317543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 21.03%
G = 50.21%
B = 28.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#317543 (or 0x317543) is known color: Amazon. HEX triplet: 31, 75 and 43. RGB value is (49,117,67). Sum of RGB (Red+Green+Blue) = 49+117+67=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #317543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317543 is #CE8ABC. Grayscale: #5B5B5B. Windows color (decimal): -13535933 or 4420913. OLE color: 4420913.

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

Color convert

RGB 49 117 67 -
CMYK 0.58 0 0.43 0.54
HSL 135.88º 0.41% 0.33% -
HSV(B) 135.88º 0.58% 0.46% -
XYZ 8.64 13.78 7.51 -
YUV 90.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 49 117 67 0.58 0 0.43 0.54 135.88 0.41 0.33
Hex 31 75 43 3A 0 2B 36 88 29 21
Octal 61 165 103 72 0 53 66 210 51 41
Binary 110001 1110101 1000011 111010 0 101011 110110 10001000 101001 100001

Color Harmonies of #317543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317543

Black with #317543

Text Example


Text Example

White with #317543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317543; }

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

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

background-color css

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

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

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

border-color css

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

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

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