Html Css Color HEX #31844B Amazon

📋 copy color: '#31844B'

red 49 ◦ green 132 ◦ blue 75

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

Shades of Amazon #31844B

Tints of Amazon #31844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

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

R = 19.14%
G = 51.56%
B = 29.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#31844B (or 0x31844B) is known color: Amazon. HEX triplet: 31, 84 and 4B. RGB value is (49,132,75). Sum of RGB (Red+Green+Blue) = 49+132+75=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #31844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31844B is #CE7BB4. Grayscale: #646464. Windows color (decimal): -13532085 or 4949041. OLE color: 4949041.

HSL color Cylindrical-coordinate representation of color #31844B: hue angle of 138.8º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31844B is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 75 -
CMYK 0.63 0 0.43 0.48
HSL 138.8º 0.46% 0.35% -
HSV(B) 138.8º 0.63% 0.52% -
XYZ 10.79 17.66 9.5 -
YUV 100.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 49 132 75 0.63 0 0.43 0.48 138.8 0.46 0.35
Hex 31 84 4B 3F 0 2B 30 8B 2E 23
Octal 61 204 113 77 0 53 60 213 56 43
Binary 110001 10000100 1001011 111111 0 101011 110000 10001011 101110 100011

Color Harmonies of #31844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31844B

Black with #31844B

Text Example


Text Example

White with #31844B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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