Html Css Color HEX #327758 Amazon

📋 copy color: '#327758'

red 50 ◦ green 119 ◦ blue 88

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

Shades of Amazon #327758

Tints of Amazon #327758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 19.46%
G = 46.3%
B = 34.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#327758 (or 0x327758) is known color: Amazon. HEX triplet: 32, 77 and 58. RGB value is (50,119,88). Sum of RGB (Red+Green+Blue) = 50+119+88=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #327758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327758 is #CD88A7. Grayscale: #5E5E5E. Windows color (decimal): -13469864 or 5797682. OLE color: 5797682.

HSL color Cylindrical-coordinate representation of color #327758: hue angle of 153.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327758 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 88 -
CMYK 0.58 0 0.26 0.53
HSL 153.04º 0.41% 0.33% -
HSV(B) 153.04º 0.58% 0.47% -
XYZ 9.67 14.58 11.54 -
YUV 94.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 50 119 88 0.58 0 0.26 0.53 153.04 0.41 0.33
Hex 32 77 58 3A 0 1A 35 99 29 21
Octal 62 167 130 72 0 32 65 231 51 41
Binary 110010 1110111 1011000 111010 0 11010 110101 10011001 101001 100001

Color Harmonies of #327758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327758

Black with #327758

Text Example


Text Example

White with #327758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327758; }

 p { color: rgb(50,119,88); }

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

background-color css

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

 a { background-color: rgb(50,119,88); }

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

border-color css

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

 span { border-color: rgb(50,119,88); }

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