Html Css Color HEX #327148 Amazon

📋 copy color: '#327148'

red 50 ◦ green 113 ◦ blue 72

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

Shades of Amazon #327148

Tints of Amazon #327148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 21.28%
G = 48.09%
B = 30.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#327148 (or 0x327148) is known color: Amazon. HEX triplet: 32, 71 and 48. RGB value is (50,113,72). Sum of RGB (Red+Green+Blue) = 50+113+72=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #327148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327148 is #CD8EB7. Grayscale: #595959. Windows color (decimal): -13471416 or 4747570. OLE color: 4747570.

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

Color convert

RGB 50 113 72 -
CMYK 0.56 0 0.36 0.56
HSL 140.95º 0.39% 0.32% -
HSV(B) 140.95º 0.56% 0.44% -
XYZ 8.39 12.96 8.19 -
YUV 89.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 50 113 72 0.56 0 0.36 0.56 140.95 0.39 0.32
Hex 32 71 48 38 0 24 38 8D 27 20
Octal 62 161 110 70 0 44 70 215 47 40
Binary 110010 1110001 1001000 111000 0 100100 111000 10001101 100111 100000

Color Harmonies of #327148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327148

Black with #327148

Text Example


Text Example

White with #327148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327148; }

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

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

background-color css

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

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

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

border-color css

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

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

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