Html Css Color HEX #327443 Amazon

📋 copy color: '#327443'

red 50 ◦ green 116 ◦ blue 67

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

Shades of Amazon #327443

Tints of Amazon #327443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 21.46%
G = 49.79%
B = 28.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#327443 (or 0x327443) is known color: Amazon. HEX triplet: 32, 74 and 43. RGB value is (50,116,67). Sum of RGB (Red+Green+Blue) = 50+116+67=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #327443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327443 is #CD8BBC. Grayscale: #5A5A5A. Windows color (decimal): -13470653 or 4420658. OLE color: 4420658.

HSL color Cylindrical-coordinate representation of color #327443: hue angle of 135.45º 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 #327443 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 67 -
CMYK 0.57 0 0.42 0.55
HSL 135.45º 0.4% 0.33% -
HSV(B) 135.45º 0.57% 0.45% -
XYZ 8.57 13.57 7.48 -
YUV 90.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 50 116 67 0.57 0 0.42 0.55 135.45 0.4 0.33
Hex 32 74 43 39 0 2A 37 87 28 21
Octal 62 164 103 71 0 52 67 207 50 41
Binary 110010 1110100 1000011 111001 0 101010 110111 10000111 101000 100001

Color Harmonies of #327443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327443

Black with #327443

Text Example


Text Example

White with #327443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327443; }

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

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

background-color css

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

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

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

border-color css

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

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

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