Html Css Color HEX #317743 Amazon

📋 copy color: '#317743'

red 49 ◦ green 119 ◦ blue 67

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

Shades of Amazon #317743

Tints of Amazon #317743

RGB

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

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

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

R = 20.85%
G = 50.64%
B = 28.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#317743 (or 0x317743) is known color: Amazon. HEX triplet: 31, 77 and 43. RGB value is (49,119,67). Sum of RGB (Red+Green+Blue) = 49+119+67=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #317743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317743 is #CE88BC. Grayscale: #5C5C5C. Windows color (decimal): -13535421 or 4421425. OLE color: 4421425.

HSL color Cylindrical-coordinate representation of color #317743: hue angle of 135.43º 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 #317743 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 67 -
CMYK 0.59 0 0.44 0.53
HSL 135.43º 0.42% 0.33% -
HSV(B) 135.43º 0.59% 0.47% -
XYZ 8.88 14.25 7.59 -
YUV 92.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 49 119 67 0.59 0 0.44 0.53 135.43 0.42 0.33
Hex 31 77 43 3B 0 2C 35 87 2A 21
Octal 61 167 103 73 0 54 65 207 52 41
Binary 110001 1110111 1000011 111011 0 101100 110101 10000111 101010 100001

Color Harmonies of #317743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317743

Black with #317743

Text Example


Text Example

White with #317743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317743; }

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

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

background-color css

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

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

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

border-color css

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

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

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