Html Css Color HEX #31774B Amazon

📋 copy color: '#31774B'

red 49 ◦ green 119 ◦ blue 75

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

Shades of Amazon #31774B

Tints of Amazon #31774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.97%

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

R = 20.16%
G = 48.97%
B = 30.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#31774B (or 0x31774B) is known color: Amazon. HEX triplet: 31, 77 and 4B. RGB value is (49,119,75). Sum of RGB (Red+Green+Blue) = 49+119+75=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #31774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31774B is #CE88B4. Grayscale: #5D5D5D. Windows color (decimal): -13535413 or 4945713. OLE color: 4945713.

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

Color convert

RGB 49 119 75 -
CMYK 0.59 0 0.37 0.53
HSL 142.29º 0.42% 0.33% -
HSV(B) 142.29º 0.59% 0.47% -
XYZ 9.13 14.35 8.95 -
YUV 93.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 49 119 75 0.59 0 0.37 0.53 142.29 0.42 0.33
Hex 31 77 4B 3B 0 25 35 8E 2A 21
Octal 61 167 113 73 0 45 65 216 52 41
Binary 110001 1110111 1001011 111011 0 100101 110101 10001110 101010 100001

Color Harmonies of #31774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31774B

Black with #31774B

Text Example


Text Example

White with #31774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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