Html Css Color HEX #317744 Amazon

📋 copy color: '#317744'

red 49 ◦ green 119 ◦ blue 68

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

Shades of Amazon #317744

Tints of Amazon #317744

RGB

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

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

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

R = 20.76%
G = 50.42%
B = 28.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#317744 (or 0x317744) is known color: Amazon. HEX triplet: 31, 77 and 44. RGB value is (49,119,68). Sum of RGB (Red+Green+Blue) = 49+119+68=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #317744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317744 is #CE88BB. Grayscale: #5C5C5C. Windows color (decimal): -13535420 or 4486961. OLE color: 4486961.

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

Color convert

RGB 49 119 68 -
CMYK 0.59 0 0.43 0.53
HSL 136.29º 0.42% 0.33% -
HSV(B) 136.29º 0.59% 0.47% -
XYZ 8.91 14.26 7.75 -
YUV 92.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 49 119 68 0.59 0 0.43 0.53 136.29 0.42 0.33
Hex 31 77 44 3B 0 2B 35 88 2A 21
Octal 61 167 104 73 0 53 65 210 52 41
Binary 110001 1110111 1000100 111011 0 101011 110101 10001000 101010 100001

Color Harmonies of #317744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317744

Black with #317744

Text Example


Text Example

White with #317744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317744; }

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

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

background-color css

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

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

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

border-color css

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

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

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