Html Css Color HEX #327445 Amazon

📋 copy color: '#327445'

red 50 ◦ green 116 ◦ blue 69

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

Shades of Amazon #327445

Tints of Amazon #327445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

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

R = 21.28%
G = 49.36%
B = 29.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#327445 (or 0x327445) is known color: Amazon. HEX triplet: 32, 74 and 45. RGB value is (50,116,69). Sum of RGB (Red+Green+Blue) = 50+116+69=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #327445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327445 is #CD8BBA. Grayscale: #5B5B5B. Windows color (decimal): -13470651 or 4551730. OLE color: 4551730.

HSL color Cylindrical-coordinate representation of color #327445: hue angle of 137.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327445 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 69 -
CMYK 0.57 0 0.41 0.55
HSL 137.27º 0.4% 0.33% -
HSV(B) 137.27º 0.57% 0.45% -
XYZ 8.63 13.6 7.8 -
YUV 90.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 50 116 69 0.57 0 0.41 0.55 137.27 0.4 0.33
Hex 32 74 45 39 0 29 37 89 28 21
Octal 62 164 105 71 0 51 67 211 50 41
Binary 110010 1110100 1000101 111001 0 101001 110111 10001001 101000 100001

Color Harmonies of #327445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327445

Black with #327445

Text Example


Text Example

White with #327445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327445; }

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

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

background-color css

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

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

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

border-color css

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

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

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