Html Css Color HEX #31734B Amazon

📋 copy color: '#31734B'

red 49 ◦ green 115 ◦ blue 75

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

Shades of Amazon #31734B

Tints of Amazon #31734B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.38%

R = 20.5%
G = 48.12%
B = 31.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#31734B (or 0x31734B) is known color: Amazon. HEX triplet: 31, 73 and 4B. RGB value is (49,115,75). Sum of RGB (Red+Green+Blue) = 49+115+75=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #31734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31734B is #CE8CB4. Grayscale: #5A5A5A. Windows color (decimal): -13536437 or 4944689. OLE color: 4944689.

HSL color Cylindrical-coordinate representation of color #31734B: hue angle of 143.64º 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 #31734B is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 75 -
CMYK 0.57 0 0.35 0.55
HSL 143.64º 0.4% 0.32% -
HSV(B) 143.64º 0.57% 0.45% -
XYZ 8.67 13.42 8.79 -
YUV 90.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 49 115 75 0.57 0 0.35 0.55 143.64 0.4 0.32
Hex 31 73 4B 39 0 23 37 90 28 20
Octal 61 163 113 71 0 43 67 220 50 40
Binary 110001 1110011 1001011 111001 0 100011 110111 10010000 101000 100000

Color Harmonies of #31734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31734B

Black with #31734B

Text Example


Text Example

White with #31734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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