Html Css Color HEX #327355 Amazon

📋 copy color: '#327355'

red 50 ◦ green 115 ◦ blue 85

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

Shades of Amazon #327355

Tints of Amazon #327355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 20%
G = 46%
B = 34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#327355 (or 0x327355) is known color: Amazon. HEX triplet: 32, 73 and 55. RGB value is (50,115,85). Sum of RGB (Red+Green+Blue) = 50+115+85=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #327355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327355 is #CD8CAA. Grayscale: #5C5C5C. Windows color (decimal): -13470891 or 5600050. OLE color: 5600050.

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

Color convert

RGB 50 115 85 -
CMYK 0.57 0 0.26 0.55
HSL 152.31º 0.39% 0.32% -
HSV(B) 152.31º 0.57% 0.45% -
XYZ 9.09 13.6 10.74 -
YUV 92.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 50 115 85 0.57 0 0.26 0.55 152.31 0.39 0.32
Hex 32 73 55 39 0 1A 37 98 27 20
Octal 62 163 125 71 0 32 67 230 47 40
Binary 110010 1110011 1010101 111001 0 11010 110111 10011000 100111 100000

Color Harmonies of #327355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327355

Black with #327355

Text Example


Text Example

White with #327355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327355; }

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

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

background-color css

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

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

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

border-color css

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

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

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