Html Css Color HEX #327153 Amazon

📋 copy color: '#327153'

red 50 ◦ green 113 ◦ blue 83

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

Shades of Amazon #327153

Tints of Amazon #327153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.93%

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

R = 20.33%
G = 45.93%
B = 33.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#327153 (or 0x327153) is known color: Amazon. HEX triplet: 32, 71 and 53. RGB value is (50,113,83). Sum of RGB (Red+Green+Blue) = 50+113+83=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #327153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327153 is #CD8EAC. Grayscale: #5A5A5A. Windows color (decimal): -13471405 or 5468466. OLE color: 5468466.

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

Color convert

RGB 50 113 83 -
CMYK 0.56 0 0.27 0.56
HSL 151.43º 0.39% 0.32% -
HSV(B) 151.43º 0.56% 0.44% -
XYZ 8.78 13.11 10.25 -
YUV 90.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 50 113 83 0.56 0 0.27 0.56 151.43 0.39 0.32
Hex 32 71 53 38 0 1B 38 97 27 20
Octal 62 161 123 70 0 33 70 227 47 40
Binary 110010 1110001 1010011 111000 0 11011 111000 10010111 100111 100000

Color Harmonies of #327153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327153

Black with #327153

Text Example


Text Example

White with #327153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327153; }

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

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

background-color css

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

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

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

border-color css

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

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

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