Html Css Color HEX #317345 Amazon

📋 copy color: '#317345'

red 49 ◦ green 115 ◦ blue 69

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

Shades of Amazon #317345

Tints of Amazon #317345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

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

R = 21.03%
G = 49.36%
B = 29.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#317345 (or 0x317345) is known color: Amazon. HEX triplet: 31, 73 and 45. RGB value is (49,115,69). Sum of RGB (Red+Green+Blue) = 49+115+69=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #317345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317345 is #CE8CBA. Grayscale: #5A5A5A. Windows color (decimal): -13536443 or 4551473. OLE color: 4551473.

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

Color convert

RGB 49 115 69 -
CMYK 0.57 0 0.4 0.55
HSL 138.18º 0.4% 0.32% -
HSV(B) 138.18º 0.57% 0.45% -
XYZ 8.47 13.34 7.76 -
YUV 90.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 49 115 69 0.57 0 0.4 0.55 138.18 0.4 0.32
Hex 31 73 45 39 0 28 37 8A 28 20
Octal 61 163 105 71 0 50 67 212 50 40
Binary 110001 1110011 1000101 111001 0 101000 110111 10001010 101000 100000

Color Harmonies of #317345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317345

Black with #317345

Text Example


Text Example

White with #317345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317345; }

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

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

background-color css

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

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

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

border-color css

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

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

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