Html Css Color HEX #31834C Amazon

📋 copy color: '#31834C'

red 49 ◦ green 131 ◦ blue 76

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

Shades of Amazon #31834C

Tints of Amazon #31834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 19.14%
G = 51.17%
B = 29.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#31834C (or 0x31834C) is known color: Amazon. HEX triplet: 31, 83 and 4C. RGB value is (49,131,76). Sum of RGB (Red+Green+Blue) = 49+131+76=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #31834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31834C is #CE7CB3. Grayscale: #646464. Windows color (decimal): -13532340 or 5014321. OLE color: 5014321.

HSL color Cylindrical-coordinate representation of color #31834C: hue angle of 139.76º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31834C is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 76 -
CMYK 0.63 0 0.42 0.49
HSL 139.76º 0.46% 0.35% -
HSV(B) 139.76º 0.63% 0.51% -
XYZ 10.69 17.41 9.63 -
YUV 100.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 49 131 76 0.63 0 0.42 0.49 139.76 0.46 0.35
Hex 31 83 4C 3F 0 2A 31 8C 2E 23
Octal 61 203 114 77 0 52 61 214 56 43
Binary 110001 10000011 1001100 111111 0 101010 110001 10001100 101110 100011

Color Harmonies of #31834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31834C

Black with #31834C

Text Example


Text Example

White with #31834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31834C; }

 p { color: rgb(49,131,76); }

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

background-color css

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

 a { background-color: rgb(49,131,76); }

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

border-color css

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

 span { border-color: rgb(49,131,76); }

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