Html Css Color HEX #327055 Amazon

📋 copy color: '#327055'

red 50 ◦ green 112 ◦ blue 85

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

Shades of Amazon #327055

Tints of Amazon #327055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 20.24%
G = 45.34%
B = 34.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#327055 (or 0x327055) is known color: Amazon. HEX triplet: 32, 70 and 55. RGB value is (50,112,85). Sum of RGB (Red+Green+Blue) = 50+112+85=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #327055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327055 is #CD8FAA. Grayscale: #5A5A5A. Windows color (decimal): -13471659 or 5599282. OLE color: 5599282.

HSL color Cylindrical-coordinate representation of color #327055: hue angle of 153.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #327055 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 85 -
CMYK 0.55 0 0.24 0.56
HSL 153.87º 0.38% 0.32% -
HSV(B) 153.87º 0.55% 0.44% -
XYZ 8.75 12.92 10.63 -
YUV 90.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 50 112 85 0.55 0 0.24 0.56 153.87 0.38 0.32
Hex 32 70 55 37 0 18 38 9A 26 20
Octal 62 160 125 67 0 30 70 232 46 40
Binary 110010 1110000 1010101 110111 0 11000 111000 10011010 100110 100000

Color Harmonies of #327055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327055

Black with #327055

Text Example


Text Example

White with #327055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327055; }

 p { color: rgb(50,112,85); }

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

background-color css

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

 a { background-color: rgb(50,112,85); }

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

border-color css

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

 span { border-color: rgb(50,112,85); }

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