Html Css Color HEX #327258 Amazon

📋 copy color: '#327258'

red 50 ◦ green 114 ◦ blue 88

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

Shades of Amazon #327258

Tints of Amazon #327258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 19.84%
G = 45.24%
B = 34.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#327258 (or 0x327258) is known color: Amazon. HEX triplet: 32, 72 and 58. RGB value is (50,114,88). Sum of RGB (Red+Green+Blue) = 50+114+88=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #327258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327258 is #CD8DA7. Grayscale: #5B5B5B. Windows color (decimal): -13471144 or 5796402. OLE color: 5796402.

HSL color Cylindrical-coordinate representation of color #327258: hue angle of 155.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327258 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 88 -
CMYK 0.56 0 0.23 0.55
HSL 155.63º 0.39% 0.32% -
HSV(B) 155.63º 0.56% 0.45% -
XYZ 9.09 13.42 11.34 -
YUV 91.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 50 114 88 0.56 0 0.23 0.55 155.63 0.39 0.32
Hex 32 72 58 38 0 17 37 9C 27 20
Octal 62 162 130 70 0 27 67 234 47 40
Binary 110010 1110010 1011000 111000 0 10111 110111 10011100 100111 100000

Color Harmonies of #327258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327258

Black with #327258

Text Example


Text Example

White with #327258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327258; }

 p { color: rgb(50,114,88); }

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

background-color css

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

 a { background-color: rgb(50,114,88); }

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

border-color css

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

 span { border-color: rgb(50,114,88); }

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