Html Css Color HEX #327046 Amazon

📋 copy color: '#327046'

red 50 ◦ green 112 ◦ blue 70

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

Shades of Amazon #327046

Tints of Amazon #327046

RGB

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

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

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

R = 21.55%
G = 48.28%
B = 30.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#327046 (or 0x327046) is known color: Amazon. HEX triplet: 32, 70 and 46. RGB value is (50,112,70). Sum of RGB (Red+Green+Blue) = 50+112+70=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #327046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327046 is #CD8FB9. Grayscale: #585858. Windows color (decimal): -13471674 or 4616242. OLE color: 4616242.

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

Color convert

RGB 50 112 70 -
CMYK 0.55 0 0.38 0.56
HSL 139.35º 0.38% 0.32% -
HSV(B) 139.35º 0.55% 0.44% -
XYZ 8.22 12.71 7.81 -
YUV 88.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 50 112 70 0.55 0 0.38 0.56 139.35 0.38 0.32
Hex 32 70 46 37 0 26 38 8B 26 20
Octal 62 160 106 67 0 46 70 213 46 40
Binary 110010 1110000 1000110 110111 0 100110 111000 10001011 100110 100000

Color Harmonies of #327046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327046

Black with #327046

Text Example


Text Example

White with #327046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327046; }

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

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

background-color css

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

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

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

border-color css

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

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

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