Html Css Color HEX #327E4E Amazon

📋 copy color: '#327E4E'

red 50 ◦ green 126 ◦ blue 78

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

Shades of Amazon #327E4E

Tints of Amazon #327E4E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.61%

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

R = 19.69%
G = 49.61%
B = 30.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#327E4E (or 0x327E4E) is known color: Amazon. HEX triplet: 32, 7E and 4E. RGB value is (50,126,78). Sum of RGB (Red+Green+Blue) = 50+126+78=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #327E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E4E is #CD81B1. Grayscale: #616161. Windows color (decimal): -13468082 or 5144114. OLE color: 5144114.

HSL color Cylindrical-coordinate representation of color #327E4E: hue angle of 142.11º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E4E is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 126 78 -
CMYK 0.60 0 0.38 0.51
HSL 142.11º 0.43% 0.35% -
HSV(B) 142.11º 0.6% 0.49% -
XYZ 10.15 16.15 9.79 -
YUV 97.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 50 126 78 0.60 0 0.38 0.51 142.11 0.43 0.35
Hex 32 7E 4E 3C 0 26 33 8E 2B 23
Octal 62 176 116 74 0 46 63 216 53 43
Binary 110010 1111110 1001110 111100 0 100110 110011 10001110 101011 100011

Color Harmonies of #327E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E4E

Black with #327E4E

Text Example


Text Example

White with #327E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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