Html Css Color HEX #317845 Amazon

📋 copy color: '#317845'

red 49 ◦ green 120 ◦ blue 69

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

Shades of Amazon #317845

Tints of Amazon #317845

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.42%

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

R = 20.59%
G = 50.42%
B = 28.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#317845 (or 0x317845) is known color: Amazon. HEX triplet: 31, 78 and 45. RGB value is (49,120,69). Sum of RGB (Red+Green+Blue) = 49+120+69=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #317845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317845 is #CE87BA. Grayscale: #5D5D5D. Windows color (decimal): -13535163 or 4552753. OLE color: 4552753.

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

Color convert

RGB 49 120 69 -
CMYK 0.59 0 0.42 0.53
HSL 136.9º 0.42% 0.33% -
HSV(B) 136.9º 0.59% 0.47% -
XYZ 9.06 14.52 7.95 -
YUV 92.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 49 120 69 0.59 0 0.42 0.53 136.9 0.42 0.33
Hex 31 78 45 3B 0 2A 35 89 2A 21
Octal 61 170 105 73 0 52 65 211 52 41
Binary 110001 1111000 1000101 111011 0 101010 110101 10001001 101010 100001

Color Harmonies of #317845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317845

Black with #317845

Text Example


Text Example

White with #317845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317845; }

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

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

background-color css

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

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

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

border-color css

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

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

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