Html Css Color HEX #327145 Amazon

📋 copy color: '#327145'

red 50 ◦ green 113 ◦ blue 69

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

Shades of Amazon #327145

Tints of Amazon #327145

RGB

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

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

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

R = 21.55%
G = 48.71%
B = 29.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#327145 (or 0x327145) is known color: Amazon. HEX triplet: 32, 71 and 45. RGB value is (50,113,69). Sum of RGB (Red+Green+Blue) = 50+113+69=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #327145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327145 is #CD8EBA. Grayscale: #595959. Windows color (decimal): -13471419 or 4550962. OLE color: 4550962.

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

Color convert

RGB 50 113 69 -
CMYK 0.56 0 0.39 0.56
HSL 138.1º 0.39% 0.32% -
HSV(B) 138.1º 0.56% 0.44% -
XYZ 8.29 12.92 7.69 -
YUV 89.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 50 113 69 0.56 0 0.39 0.56 138.1 0.39 0.32
Hex 32 71 45 38 0 27 38 8A 27 20
Octal 62 161 105 70 0 47 70 212 47 40
Binary 110010 1110001 1000101 111000 0 100111 111000 10001010 100111 100000

Color Harmonies of #327145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327145

Black with #327145

Text Example


Text Example

White with #327145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327145; }

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

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

background-color css

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

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

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

border-color css

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

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

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