Html Css Color HEX #326F45 Amazon

📋 copy color: '#326F45'

red 50 ◦ green 111 ◦ blue 69

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

Shades of Amazon #326F45

Tints of Amazon #326F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30%

R = 21.74%
G = 48.26%
B = 30%

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

#326F45 (or 0x326F45) is known color: Amazon. HEX triplet: 32, 6F and 45. RGB value is (50,111,69). Sum of RGB (Red+Green+Blue) = 50+111+69=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #326F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F45 is #CD90BA. Grayscale: #585858. Windows color (decimal): -13471931 or 4550450. OLE color: 4550450.

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

Color convert

RGB 50 111 69 -
CMYK 0.55 0 0.38 0.56
HSL 138.69º 0.38% 0.32% -
HSV(B) 138.69º 0.55% 0.44% -
XYZ 8.07 12.48 7.61 -
YUV 87.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 50 111 69 0.55 0 0.38 0.56 138.69 0.38 0.32
Hex 32 6F 45 37 0 26 38 8B 26 20
Octal 62 157 105 67 0 46 70 213 46 40
Binary 110010 1101111 1000101 110111 0 100110 111000 10001011 100110 100000

Color Harmonies of #326F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F45

Black with #326F45

Text Example


Text Example

White with #326F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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