Html Css Color HEX #327453 Amazon

📋 copy color: '#327453'

red 50 ◦ green 116 ◦ blue 83

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

Shades of Amazon #327453

Tints of Amazon #327453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

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

R = 20.08%
G = 46.59%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#327453 (or 0x327453) is known color: Amazon. HEX triplet: 32, 74 and 53. RGB value is (50,116,83). Sum of RGB (Red+Green+Blue) = 50+116+83=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #327453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327453 is #CD8BAC. Grayscale: #5C5C5C. Windows color (decimal): -13470637 or 5469234. OLE color: 5469234.

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

Color convert

RGB 50 116 83 -
CMYK 0.57 0 0.28 0.55
HSL 150º 0.4% 0.33% -
HSV(B) 150º 0.57% 0.45% -
XYZ 9.12 13.79 10.37 -
YUV 92.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 50 116 83 0.57 0 0.28 0.55 150 0.4 0.33
Hex 32 74 53 39 0 1C 37 96 28 21
Octal 62 164 123 71 0 34 67 226 50 41
Binary 110010 1110100 1010011 111001 0 11100 110111 10010110 101000 100001

Color Harmonies of #327453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327453

Black with #327453

Text Example


Text Example

White with #327453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327453; }

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

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

background-color css

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

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

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

border-color css

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

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

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