Html Css Color HEX #327850 Amazon

📋 copy color: '#327850'

red 50 ◦ green 120 ◦ blue 80

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

Shades of Amazon #327850

Tints of Amazon #327850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 20%
G = 48%
B = 32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#327850 (or 0x327850) is known color: Amazon. HEX triplet: 32, 78 and 50. RGB value is (50,120,80). Sum of RGB (Red+Green+Blue) = 50+120+80=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #327850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327850 is #CD87AF. Grayscale: #5E5E5E. Windows color (decimal): -13469616 or 5273650. OLE color: 5273650.

HSL color Cylindrical-coordinate representation of color #327850: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327850 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 120 80 -
CMYK 0.58 0 0.33 0.53
HSL 145.71º 0.41% 0.33% -
HSV(B) 145.71º 0.58% 0.47% -
XYZ 9.48 14.69 9.93 -
YUV 94.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 50 120 80 0.58 0 0.33 0.53 145.71 0.41 0.33
Hex 32 78 50 3A 0 21 35 92 29 21
Octal 62 170 120 72 0 41 65 222 51 41
Binary 110010 1111000 1010000 111010 0 100001 110101 10010010 101001 100001

Color Harmonies of #327850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327850

Black with #327850

Text Example


Text Example

White with #327850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327850; }

 p { color: rgb(50,120,80); }

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

background-color css

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

 a { background-color: rgb(50,120,80); }

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

border-color css

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

 span { border-color: rgb(50,120,80); }

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