Html Css Color HEX #31754E Amazon

📋 copy color: '#31754E'

red 49 ◦ green 117 ◦ blue 78

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

Shades of Amazon #31754E

Tints of Amazon #31754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.95%

 BLUE value IS 78 (30.86% from 255) = 31.97%

R = 20.08%
G = 47.95%
B = 31.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#31754E (or 0x31754E) is known color: Amazon. HEX triplet: 31, 75 and 4E. RGB value is (49,117,78). Sum of RGB (Red+Green+Blue) = 49+117+78=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #31754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31754E is #CE8AB1. Grayscale: #5C5C5C. Windows color (decimal): -13535922 or 5141809. OLE color: 5141809.

HSL color Cylindrical-coordinate representation of color #31754E: hue angle of 145.59º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31754E is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 78 -
CMYK 0.58 0 0.33 0.54
HSL 145.59º 0.41% 0.33% -
HSV(B) 145.59º 0.58% 0.46% -
XYZ 9 13.93 9.42 -
YUV 92.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 49 117 78 0.58 0 0.33 0.54 145.59 0.41 0.33
Hex 31 75 4E 3A 0 21 36 92 29 21
Octal 61 165 116 72 0 41 66 222 51 41
Binary 110001 1110101 1001110 111010 0 100001 110110 10010010 101001 100001

Color Harmonies of #31754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31754E

Black with #31754E

Text Example


Text Example

White with #31754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31754E; }

 p { color: rgb(49,117,78); }

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

background-color css

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

 a { background-color: rgb(49,117,78); }

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

border-color css

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

 span { border-color: rgb(49,117,78); }

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