Html Css Color HEX #32754C Amazon

📋 copy color: '#32754C'

red 50 ◦ green 117 ◦ blue 76

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

Shades of Amazon #32754C

Tints of Amazon #32754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 20.58%
G = 48.15%
B = 31.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#32754C (or 0x32754C) is known color: Amazon. HEX triplet: 32, 75 and 4C. RGB value is (50,117,76). Sum of RGB (Red+Green+Blue) = 50+117+76=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #32754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32754C is #CD8AB3. Grayscale: #5C5C5C. Windows color (decimal): -13470388 or 5010738. OLE color: 5010738.

HSL color Cylindrical-coordinate representation of color #32754C: hue angle of 143.28º 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 #32754C is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 76 -
CMYK 0.57 0 0.35 0.54
HSL 143.28º 0.4% 0.33% -
HSV(B) 143.28º 0.57% 0.46% -
XYZ 8.98 13.92 9.05 -
YUV 92.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 50 117 76 0.57 0 0.35 0.54 143.28 0.4 0.33
Hex 32 75 4C 39 0 23 36 8F 28 21
Octal 62 165 114 71 0 43 66 217 50 41
Binary 110010 1110101 1001100 111001 0 100011 110110 10001111 101000 100001

Color Harmonies of #32754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32754C

Black with #32754C

Text Example


Text Example

White with #32754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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