Html Css Color HEX #327A4A Amazon

📋 copy color: '#327A4A'

red 50 ◦ green 122 ◦ blue 74

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

Shades of Amazon #327A4A

Tints of Amazon #327A4A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.59%

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 20.33%
G = 49.59%
B = 30.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#327A4A (or 0x327A4A) is known color: Amazon. HEX triplet: 32, 7A and 4A. RGB value is (50,122,74). Sum of RGB (Red+Green+Blue) = 50+122+74=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #327A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A4A is #CD85B5. Grayscale: #5F5F5F. Windows color (decimal): -13469110 or 4880946. OLE color: 4880946.

HSL color Cylindrical-coordinate representation of color #327A4A: hue angle of 140º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A4A is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 74 -
CMYK 0.59 0 0.39 0.52
HSL 140º 0.42% 0.34% -
HSV(B) 140º 0.59% 0.48% -
XYZ 9.51 15.09 8.89 -
YUV 95 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 50 122 74 0.59 0 0.39 0.52 140 0.42 0.34
Hex 32 7A 4A 3B 0 27 34 8C 2A 22
Octal 62 172 112 73 0 47 64 214 52 42
Binary 110010 1111010 1001010 111011 0 100111 110100 10001100 101010 100010

Color Harmonies of #327A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A4A

Black with #327A4A

Text Example


Text Example

White with #327A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327A4A; }

 p { color: rgb(50,122,74); }

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

background-color css

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

 a { background-color: rgb(50,122,74); }

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

border-color css

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

 span { border-color: rgb(50,122,74); }

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