Html Css Color HEX #327B4E Amazon

📋 copy color: '#327B4E'

red 50 ◦ green 123 ◦ blue 78

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

Shades of Amazon #327B4E

Tints of Amazon #327B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 19.92%
G = 49%
B = 31.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#327B4E (or 0x327B4E) is known color: Amazon. HEX triplet: 32, 7B and 4E. RGB value is (50,123,78). Sum of RGB (Red+Green+Blue) = 50+123+78=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #327B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B4E is #CD84B1. Grayscale: #606060. Windows color (decimal): -13468850 or 5143346. OLE color: 5143346.

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

Color convert

RGB 50 123 78 -
CMYK 0.59 0 0.37 0.52
HSL 143.01º 0.42% 0.34% -
HSV(B) 143.01º 0.59% 0.48% -
XYZ 9.77 15.39 9.66 -
YUV 96.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 50 123 78 0.59 0 0.37 0.52 143.01 0.42 0.34
Hex 32 7B 4E 3B 0 25 34 8F 2A 22
Octal 62 173 116 73 0 45 64 217 52 42
Binary 110010 1111011 1001110 111011 0 100101 110100 10001111 101010 100010

Color Harmonies of #327B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327B4E

Black with #327B4E

Text Example


Text Example

White with #327B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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