Html Css Color HEX #326F46 Amazon

📋 copy color: '#326F46'

red 50 ◦ green 111 ◦ blue 70

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

Shades of Amazon #326F46

Tints of Amazon #326F46

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.05%

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

R = 21.65%
G = 48.05%
B = 30.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#326F46 (or 0x326F46) is known color: Amazon. HEX triplet: 32, 6F and 46. RGB value is (50,111,70). Sum of RGB (Red+Green+Blue) = 50+111+70=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #326F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F46 is #CD90B9. Grayscale: #585858. Windows color (decimal): -13471930 or 4615986. OLE color: 4615986.

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

Color convert

RGB 50 111 70 -
CMYK 0.55 0 0.37 0.56
HSL 139.67º 0.38% 0.32% -
HSV(B) 139.67º 0.55% 0.44% -
XYZ 8.11 12.49 7.78 -
YUV 88.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 50 111 70 0.55 0 0.37 0.56 139.67 0.38 0.32
Hex 32 6F 46 37 0 25 38 8C 26 20
Octal 62 157 106 67 0 45 70 214 46 40
Binary 110010 1101111 1000110 110111 0 100101 111000 10001100 100110 100000

Color Harmonies of #326F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F46

Black with #326F46

Text Example


Text Example

White with #326F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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