Html Css Color HEX #327051 Amazon

📋 copy color: '#327051'

red 50 ◦ green 112 ◦ blue 81

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

Shades of Amazon #327051

Tints of Amazon #327051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

 BLUE value IS 81 (32.03% from 255) = 33.33%

R = 20.58%
G = 46.09%
B = 33.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#327051 (or 0x327051) is known color: Amazon. HEX triplet: 32, 70 and 51. RGB value is (50,112,81). Sum of RGB (Red+Green+Blue) = 50+112+81=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #327051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327051 is #CD8FAE. Grayscale: #595959. Windows color (decimal): -13471663 or 5337138. OLE color: 5337138.

HSL color Cylindrical-coordinate representation of color #327051: hue angle of 150º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #327051 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 81 -
CMYK 0.55 0 0.28 0.56
HSL 150º 0.38% 0.32% -
HSV(B) 150º 0.55% 0.44% -
XYZ 8.59 12.86 9.81 -
YUV 89.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 50 112 81 0.55 0 0.28 0.56 150 0.38 0.32
Hex 32 70 51 37 0 1C 38 96 26 20
Octal 62 160 121 67 0 34 70 226 46 40
Binary 110010 1110000 1010001 110111 0 11100 111000 10010110 100110 100000

Color Harmonies of #327051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327051

Black with #327051

Text Example


Text Example

White with #327051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327051; }

 p { color: rgb(50,112,81); }

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

background-color css

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

 a { background-color: rgb(50,112,81); }

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

border-color css

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

 span { border-color: rgb(50,112,81); }

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