Html Css Color HEX #327B4A Amazon

📋 copy color: '#327B4A'

red 50 ◦ green 123 ◦ blue 74

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

Shades of Amazon #327B4A

Tints of Amazon #327B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.8%

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

R = 20.24%
G = 49.8%
B = 29.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#327B4A (or 0x327B4A) is known color: Amazon. HEX triplet: 32, 7B and 4A. RGB value is (50,123,74). Sum of RGB (Red+Green+Blue) = 50+123+74=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #327B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327B4A is #CD84B5. Grayscale: #5F5F5F. Windows color (decimal): -13468854 or 4881202. OLE color: 4881202.

HSL color Cylindrical-coordinate representation of color #327B4A: hue angle of 139.73º 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 #327B4A is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 123 74 -
CMYK 0.59 0 0.40 0.52
HSL 139.73º 0.42% 0.34% -
HSV(B) 139.73º 0.59% 0.48% -
XYZ 9.63 15.34 8.93 -
YUV 95.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 50 123 74 0.59 0 0.40 0.52 139.73 0.42 0.34
Hex 32 7B 4A 3B 0 28 34 8C 2A 22
Octal 62 173 112 73 0 50 64 214 52 42
Binary 110010 1111011 1001010 111011 0 101000 110100 10001100 101010 100010

Color Harmonies of #327B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327B4A

Black with #327B4A

Text Example


Text Example

White with #327B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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