Html Css Color HEX #327045 Amazon

📋 copy color: '#327045'

red 50 ◦ green 112 ◦ blue 69

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

Shades of Amazon #327045

Tints of Amazon #327045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 21.65%
G = 48.48%
B = 29.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#327045 (or 0x327045) is known color: Amazon. HEX triplet: 32, 70 and 45. RGB value is (50,112,69). Sum of RGB (Red+Green+Blue) = 50+112+69=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #327045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327045 is #CD8FBA. Grayscale: #585858. Windows color (decimal): -13471675 or 4550706. OLE color: 4550706.

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

Color convert

RGB 50 112 69 -
CMYK 0.55 0 0.38 0.56
HSL 138.39º 0.38% 0.32% -
HSV(B) 138.39º 0.55% 0.44% -
XYZ 8.18 12.7 7.65 -
YUV 88.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 50 112 69 0.55 0 0.38 0.56 138.39 0.38 0.32
Hex 32 70 45 37 0 26 38 8A 26 20
Octal 62 160 105 67 0 46 70 212 46 40
Binary 110010 1110000 1000101 110111 0 100110 111000 10001010 100110 100000

Color Harmonies of #327045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327045

Black with #327045

Text Example


Text Example

White with #327045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327045; }

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

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

background-color css

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

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

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

border-color css

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

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

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