Html Css Color HEX #327648 Amazon

📋 copy color: '#327648'

red 50 ◦ green 118 ◦ blue 72

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

Shades of Amazon #327648

Tints of Amazon #327648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

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

R = 20.83%
G = 49.17%
B = 30%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#327648 (or 0x327648) is known color: Amazon. HEX triplet: 32, 76 and 48. RGB value is (50,118,72). Sum of RGB (Red+Green+Blue) = 50+118+72=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #327648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327648 is #CD89B7. Grayscale: #5C5C5C. Windows color (decimal): -13470136 or 4748850. OLE color: 4748850.

HSL color Cylindrical-coordinate representation of color #327648: hue angle of 139.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327648 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 72 -
CMYK 0.58 0 0.39 0.54
HSL 139.41º 0.4% 0.33% -
HSV(B) 139.41º 0.58% 0.46% -
XYZ 8.96 14.1 8.38 -
YUV 92.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 50 118 72 0.58 0 0.39 0.54 139.41 0.4 0.33
Hex 32 76 48 3A 0 27 36 8B 28 21
Octal 62 166 110 72 0 47 66 213 50 41
Binary 110010 1110110 1001000 111010 0 100111 110110 10001011 101000 100001

Color Harmonies of #327648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327648

Black with #327648

Text Example


Text Example

White with #327648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327648; }

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

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

background-color css

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

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

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

border-color css

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

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

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