Html Css Color HEX #32714F Amazon

📋 copy color: '#32714F'

red 50 ◦ green 113 ◦ blue 79

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

Shades of Amazon #32714F

Tints of Amazon #32714F

RGB

 RED value IS 50 (19.92% from 255) = 20.66%

 GREEN value IS 113 (44.53% from 255) = 46.69%

 BLUE value IS 79 (31.25% from 255) = 32.64%

R = 20.66%
G = 46.69%
B = 32.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#32714F (or 0x32714F) is known color: Amazon. HEX triplet: 32, 71 and 4F. RGB value is (50,113,79). Sum of RGB (Red+Green+Blue) = 50+113+79=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #32714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32714F is #CD8EB0. Grayscale: #5A5A5A. Windows color (decimal): -13471409 or 5206322. OLE color: 5206322.

HSL color Cylindrical-coordinate representation of color #32714F: hue angle of 147.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32714F is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 79 -
CMYK 0.56 0 0.30 0.56
HSL 147.62º 0.39% 0.32% -
HSV(B) 147.62º 0.56% 0.44% -
XYZ 8.63 13.05 9.46 -
YUV 90.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 50 113 79 0.56 0 0.30 0.56 147.62 0.39 0.32
Hex 32 71 4F 38 0 1E 38 94 27 20
Octal 62 161 117 70 0 36 70 224 47 40
Binary 110010 1110001 1001111 111000 0 11110 111000 10010100 100111 100000

Color Harmonies of #32714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32714F

Black with #32714F

Text Example


Text Example

White with #32714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32714F; }

 p { color: rgb(50,113,79); }

 H1.HeaderClassName
 {
   color: #32714F;
 }
 .AnyTagClassName
 {
   color: #32714F;
 }
</style>

background-color css

<style>
 a { background-color: #32714F; }

 a { background-color: rgb(50,113,79); }

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

border-color css

<style>
 span { border-color: #32714F; }

 span { border-color: rgb(50,113,79); }

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