Html Css Color HEX #327543 Amazon

📋 copy color: '#327543'

red 50 ◦ green 117 ◦ blue 67

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

Shades of Amazon #327543

Tints of Amazon #327543

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

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

R = 21.37%
G = 50%
B = 28.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#327543 (or 0x327543) is known color: Amazon. HEX triplet: 32, 75 and 43. RGB value is (50,117,67). Sum of RGB (Red+Green+Blue) = 50+117+67=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #327543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327543 is #CD8ABC. Grayscale: #5B5B5B. Windows color (decimal): -13470397 or 4420914. OLE color: 4420914.

HSL color Cylindrical-coordinate representation of color #327543: hue angle of 135.22º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327543 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 67 -
CMYK 0.57 0 0.43 0.54
HSL 135.22º 0.4% 0.33% -
HSV(B) 135.22º 0.57% 0.46% -
XYZ 8.69 13.81 7.52 -
YUV 91.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 50 117 67 0.57 0 0.43 0.54 135.22 0.4 0.33
Hex 32 75 43 39 0 2B 36 87 28 21
Octal 62 165 103 71 0 53 66 207 50 41
Binary 110010 1110101 1000011 111001 0 101011 110110 10000111 101000 100001

Color Harmonies of #327543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327543

Black with #327543

Text Example


Text Example

White with #327543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327543; }

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

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

background-color css

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

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

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

border-color css

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

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

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