Html Css Color HEX #327848 Amazon

📋 copy color: '#327848'

red 50 ◦ green 120 ◦ blue 72

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

Shades of Amazon #327848

Tints of Amazon #327848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.59%

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

R = 20.66%
G = 49.59%
B = 29.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#327848 (or 0x327848) is known color: Amazon. HEX triplet: 32, 78 and 48. RGB value is (50,120,72). Sum of RGB (Red+Green+Blue) = 50+120+72=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #327848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327848 is #CD87B7. Grayscale: #5D5D5D. Windows color (decimal): -13469624 or 4749362. OLE color: 4749362.

HSL color Cylindrical-coordinate representation of color #327848: hue angle of 138.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327848 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 120 72 -
CMYK 0.58 0 0.40 0.53
HSL 138.86º 0.41% 0.33% -
HSV(B) 138.86º 0.58% 0.47% -
XYZ 9.2 14.58 8.46 -
YUV 93.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 50 120 72 0.58 0 0.40 0.53 138.86 0.41 0.33
Hex 32 78 48 3A 0 28 35 8B 29 21
Octal 62 170 110 72 0 50 65 213 51 41
Binary 110010 1111000 1001000 111010 0 101000 110101 10001011 101001 100001

Color Harmonies of #327848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327848

Black with #327848

Text Example


Text Example

White with #327848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327848; }

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

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

background-color css

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

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

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

border-color css

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

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

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