Html Css Color HEX #327053 Amazon

📋 copy color: '#327053'

red 50 ◦ green 112 ◦ blue 83

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

Shades of Amazon #327053

Tints of Amazon #327053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.88%

R = 20.41%
G = 45.71%
B = 33.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#327053 (or 0x327053) is known color: Amazon. HEX triplet: 32, 70 and 53. RGB value is (50,112,83). Sum of RGB (Red+Green+Blue) = 50+112+83=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #327053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327053 is #CD8FAC. Grayscale: #5A5A5A. Windows color (decimal): -13471661 or 5468210. OLE color: 5468210.

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

Color convert

RGB 50 112 83 -
CMYK 0.55 0 0.26 0.56
HSL 151.94º 0.38% 0.32% -
HSV(B) 151.94º 0.55% 0.44% -
XYZ 8.67 12.89 10.21 -
YUV 90.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 50 112 83 0.55 0 0.26 0.56 151.94 0.38 0.32
Hex 32 70 53 37 0 1A 38 98 26 20
Octal 62 160 123 67 0 32 70 230 46 40
Binary 110010 1110000 1010011 110111 0 11010 111000 10011000 100110 100000

Color Harmonies of #327053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327053

Black with #327053

Text Example


Text Example

White with #327053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327053; }

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

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

background-color css

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

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

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

border-color css

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

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

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