Html Css Color HEX #327155 Amazon

📋 copy color: '#327155'

red 50 ◦ green 113 ◦ blue 85

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

Shades of Amazon #327155

Tints of Amazon #327155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

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

R = 20.16%
G = 45.56%
B = 34.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#327155 (or 0x327155) is known color: Amazon. HEX triplet: 32, 71 and 55. RGB value is (50,113,85). Sum of RGB (Red+Green+Blue) = 50+113+85=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #327155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327155 is #CD8EAA. Grayscale: #5B5B5B. Windows color (decimal): -13471403 or 5599538. OLE color: 5599538.

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

Color convert

RGB 50 113 85 -
CMYK 0.56 0 0.25 0.56
HSL 153.33º 0.39% 0.32% -
HSV(B) 153.33º 0.56% 0.44% -
XYZ 8.86 13.14 10.66 -
YUV 90.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 50 113 85 0.56 0 0.25 0.56 153.33 0.39 0.32
Hex 32 71 55 38 0 19 38 99 27 20
Octal 62 161 125 70 0 31 70 231 47 40
Binary 110010 1110001 1010101 111000 0 11001 111000 10011001 100111 100000

Color Harmonies of #327155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327155

Black with #327155

Text Example


Text Example

White with #327155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327155; }

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

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

background-color css

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

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

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

border-color css

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

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

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