Html Css Color HEX #327558 Amazon

📋 copy color: '#327558'

red 50 ◦ green 117 ◦ blue 88

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

Shades of Amazon #327558

Tints of Amazon #327558

RGB

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

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

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

R = 19.61%
G = 45.88%
B = 34.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#327558 (or 0x327558) is known color: Amazon. HEX triplet: 32, 75 and 58. RGB value is (50,117,88). Sum of RGB (Red+Green+Blue) = 50+117+88=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #327558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327558 is #CD8AA7. Grayscale: #5D5D5D. Windows color (decimal): -13470376 or 5797170. OLE color: 5797170.

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

Color convert

RGB 50 117 88 -
CMYK 0.57 0 0.25 0.54
HSL 154.03º 0.4% 0.33% -
HSV(B) 154.03º 0.57% 0.46% -
XYZ 9.44 14.11 11.46 -
YUV 93.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 50 117 88 0.57 0 0.25 0.54 154.03 0.4 0.33
Hex 32 75 58 39 0 19 36 9A 28 21
Octal 62 165 130 71 0 31 66 232 50 41
Binary 110010 1110101 1011000 111001 0 11001 110110 10011010 101000 100001

Color Harmonies of #327558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327558

Black with #327558

Text Example


Text Example

White with #327558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327558; }

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

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

background-color css

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

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

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

border-color css

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

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

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