Html Css Color HEX #32754E Amazon

📋 copy color: '#32754E'

red 50 ◦ green 117 ◦ blue 78

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

Shades of Amazon #32754E

Tints of Amazon #32754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 20.41%
G = 47.76%
B = 31.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#32754E (or 0x32754E) is known color: Amazon. HEX triplet: 32, 75 and 4E. RGB value is (50,117,78). Sum of RGB (Red+Green+Blue) = 50+117+78=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #32754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32754E is #CD8AB1. Grayscale: #5C5C5C. Windows color (decimal): -13470386 or 5141810. OLE color: 5141810.

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

Color convert

RGB 50 117 78 -
CMYK 0.57 0 0.33 0.54
HSL 145.07º 0.4% 0.33% -
HSV(B) 145.07º 0.57% 0.46% -
XYZ 9.05 13.95 9.42 -
YUV 92.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 50 117 78 0.57 0 0.33 0.54 145.07 0.4 0.33
Hex 32 75 4E 39 0 21 36 91 28 21
Octal 62 165 116 71 0 41 66 221 50 41
Binary 110010 1110101 1001110 111001 0 100001 110110 10010001 101000 100001

Color Harmonies of #32754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32754E

Black with #32754E

Text Example


Text Example

White with #32754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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