Html Css Color HEX #327458 Amazon

📋 copy color: '#327458'

red 50 ◦ green 116 ◦ blue 88

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

Shades of Amazon #327458

Tints of Amazon #327458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 19.69%
G = 45.67%
B = 34.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#327458 (or 0x327458) is known color: Amazon. HEX triplet: 32, 74 and 58. RGB value is (50,116,88). Sum of RGB (Red+Green+Blue) = 50+116+88=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #327458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327458 is #CD8BA7. Grayscale: #5D5D5D. Windows color (decimal): -13470632 or 5796914. OLE color: 5796914.

HSL color Cylindrical-coordinate representation of color #327458: hue angle of 154.55º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327458 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 88 -
CMYK 0.57 0 0.24 0.55
HSL 154.55º 0.4% 0.33% -
HSV(B) 154.55º 0.57% 0.45% -
XYZ 9.32 13.87 11.42 -
YUV 93.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 50 116 88 0.57 0 0.24 0.55 154.55 0.4 0.33
Hex 32 74 58 39 0 18 37 9B 28 21
Octal 62 164 130 71 0 30 67 233 50 41
Binary 110010 1110100 1011000 111001 0 11000 110111 10011011 101000 100001

Color Harmonies of #327458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327458

Black with #327458

Text Example


Text Example

White with #327458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327458; }

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

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

background-color css

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

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

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

border-color css

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

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

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