Html Css Color HEX #327246 Amazon

📋 copy color: '#327246'

red 50 ◦ green 114 ◦ blue 70

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

Shades of Amazon #327246

Tints of Amazon #327246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 21.37%
G = 48.72%
B = 29.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#327246 (or 0x327246) is known color: Amazon. HEX triplet: 32, 72 and 46. RGB value is (50,114,70). Sum of RGB (Red+Green+Blue) = 50+114+70=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #327246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327246 is #CD8DB9. Grayscale: #595959. Windows color (decimal): -13471162 or 4616754. OLE color: 4616754.

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

Color convert

RGB 50 114 70 -
CMYK 0.56 0 0.39 0.55
HSL 138.75º 0.39% 0.32% -
HSV(B) 138.75º 0.56% 0.45% -
XYZ 8.44 13.15 7.89 -
YUV 89.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 50 114 70 0.56 0 0.39 0.55 138.75 0.39 0.32
Hex 32 72 46 38 0 27 37 8B 27 20
Octal 62 162 106 70 0 47 67 213 47 40
Binary 110010 1110010 1000110 111000 0 100111 110111 10001011 100111 100000

Color Harmonies of #327246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327246

Black with #327246

Text Example


Text Example

White with #327246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327246; }

 p { color: rgb(50,114,70); }

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

background-color css

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

 a { background-color: rgb(50,114,70); }

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

border-color css

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

 span { border-color: rgb(50,114,70); }

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