Html Css Color HEX #327356 Amazon

📋 copy color: '#327356'

red 50 ◦ green 115 ◦ blue 86

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

Shades of Amazon #327356

Tints of Amazon #327356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.26%

R = 19.92%
G = 45.82%
B = 34.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#327356 (or 0x327356) is known color: Amazon. HEX triplet: 32, 73 and 56. RGB value is (50,115,86). Sum of RGB (Red+Green+Blue) = 50+115+86=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #327356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327356 is #CD8CA9. Grayscale: #5C5C5C. Windows color (decimal): -13470890 or 5665586. OLE color: 5665586.

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

Color convert

RGB 50 115 86 -
CMYK 0.57 0 0.25 0.55
HSL 153.23º 0.39% 0.32% -
HSV(B) 153.23º 0.57% 0.45% -
XYZ 9.13 13.61 10.95 -
YUV 92.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 50 115 86 0.57 0 0.25 0.55 153.23 0.39 0.32
Hex 32 73 56 39 0 19 37 99 27 20
Octal 62 163 126 71 0 31 67 231 47 40
Binary 110010 1110011 1010110 111001 0 11001 110111 10011001 100111 100000

Color Harmonies of #327356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327356

Black with #327356

Text Example


Text Example

White with #327356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327356; }

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

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

background-color css

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

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

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

border-color css

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

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

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