Html Css Color HEX #327452 Amazon

📋 copy color: '#327452'

red 50 ◦ green 116 ◦ blue 82

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

Shades of Amazon #327452

Tints of Amazon #327452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 20.16%
G = 46.77%
B = 33.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#327452 (or 0x327452) is known color: Amazon. HEX triplet: 32, 74 and 52. RGB value is (50,116,82). Sum of RGB (Red+Green+Blue) = 50+116+82=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #327452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327452 is #CD8BAD. Grayscale: #5C5C5C. Windows color (decimal): -13470638 or 5403698. OLE color: 5403698.

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

Color convert

RGB 50 116 82 -
CMYK 0.57 0 0.29 0.55
HSL 149.09º 0.4% 0.33% -
HSV(B) 149.09º 0.57% 0.45% -
XYZ 9.08 13.78 10.16 -
YUV 92.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 50 116 82 0.57 0 0.29 0.55 149.09 0.4 0.33
Hex 32 74 52 39 0 1D 37 95 28 21
Octal 62 164 122 71 0 35 67 225 50 41
Binary 110010 1110100 1010010 111001 0 11101 110111 10010101 101000 100001

Color Harmonies of #327452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327452

Black with #327452

Text Example


Text Example

White with #327452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327452; }

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

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

background-color css

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

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

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

border-color css

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

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

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