Html Css Color HEX #32754F Amazon

📋 copy color: '#32754F'

red 50 ◦ green 117 ◦ blue 79

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

Shades of Amazon #32754F

Tints of Amazon #32754F

RGB

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

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

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

R = 20.33%
G = 47.56%
B = 32.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#32754F (or 0x32754F) is known color: Amazon. HEX triplet: 32, 75 and 4F. RGB value is (50,117,79). Sum of RGB (Red+Green+Blue) = 50+117+79=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #32754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32754F is #CD8AB0. Grayscale: #5C5C5C. Windows color (decimal): -13470385 or 5207346. OLE color: 5207346.

HSL color Cylindrical-coordinate representation of color #32754F: hue angle of 145.97º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32754F is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 79 -
CMYK 0.57 0 0.32 0.54
HSL 145.97º 0.4% 0.33% -
HSV(B) 145.97º 0.57% 0.46% -
XYZ 9.09 13.97 9.61 -
YUV 92.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 50 117 79 0.57 0 0.32 0.54 145.97 0.4 0.33
Hex 32 75 4F 39 0 20 36 92 28 21
Octal 62 165 117 71 0 40 66 222 50 41
Binary 110010 1110101 1001111 111001 0 100000 110110 10010010 101000 100001

Color Harmonies of #32754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32754F

Black with #32754F

Text Example


Text Example

White with #32754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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