Html Css Color HEX #31764B Amazon

📋 copy color: '#31764B'

red 49 ◦ green 118 ◦ blue 75

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

Shades of Amazon #31764B

Tints of Amazon #31764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 20.25%
G = 48.76%
B = 30.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#31764B (or 0x31764B) is known color: Amazon. HEX triplet: 31, 76 and 4B. RGB value is (49,118,75). Sum of RGB (Red+Green+Blue) = 49+118+75=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #31764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31764B is #CE89B4. Grayscale: #5C5C5C. Windows color (decimal): -13535669 or 4945457. OLE color: 4945457.

HSL color Cylindrical-coordinate representation of color #31764B: hue angle of 142.61º 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 #31764B is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 75 -
CMYK 0.58 0 0.36 0.54
HSL 142.61º 0.41% 0.33% -
HSV(B) 142.61º 0.58% 0.46% -
XYZ 9.02 14.12 8.91 -
YUV 92.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 49 118 75 0.58 0 0.36 0.54 142.61 0.41 0.33
Hex 31 76 4B 3A 0 24 36 8F 29 21
Octal 61 166 113 72 0 44 66 217 51 41
Binary 110001 1110110 1001011 111010 0 100100 110110 10001111 101001 100001

Color Harmonies of #31764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31764B

Black with #31764B

Text Example


Text Example

White with #31764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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