Html Css Color HEX #327044 Amazon

📋 copy color: '#327044'

red 50 ◦ green 112 ◦ blue 68

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

Shades of Amazon #327044

Tints of Amazon #327044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 21.74%
G = 48.7%
B = 29.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#327044 (or 0x327044) is known color: Amazon. HEX triplet: 32, 70 and 44. RGB value is (50,112,68). Sum of RGB (Red+Green+Blue) = 50+112+68=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #327044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327044 is #CD8FBB. Grayscale: #585858. Windows color (decimal): -13471676 or 4485170. OLE color: 4485170.

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

Color convert

RGB 50 112 68 -
CMYK 0.55 0 0.39 0.56
HSL 137.42º 0.38% 0.32% -
HSV(B) 137.42º 0.55% 0.44% -
XYZ 8.15 12.68 7.49 -
YUV 88.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 50 112 68 0.55 0 0.39 0.56 137.42 0.38 0.32
Hex 32 70 44 37 0 27 38 89 26 20
Octal 62 160 104 67 0 47 70 211 46 40
Binary 110010 1110000 1000100 110111 0 100111 111000 10001001 100110 100000

Color Harmonies of #327044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327044

Black with #327044

Text Example


Text Example

White with #327044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327044; }

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

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

background-color css

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

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

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

border-color css

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

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

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