Html Css Color HEX #327555 Amazon

📋 copy color: '#327555'

red 50 ◦ green 117 ◦ blue 85

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

Shades of Amazon #327555

Tints of Amazon #327555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 19.84%
G = 46.43%
B = 33.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#327555 (or 0x327555) is known color: Amazon. HEX triplet: 32, 75 and 55. RGB value is (50,117,85). Sum of RGB (Red+Green+Blue) = 50+117+85=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #327555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327555 is #CD8AAA. Grayscale: #5D5D5D. Windows color (decimal): -13470379 or 5600562. OLE color: 5600562.

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

Color convert

RGB 50 117 85 -
CMYK 0.57 0 0.27 0.54
HSL 151.34º 0.4% 0.33% -
HSV(B) 151.34º 0.57% 0.46% -
XYZ 9.32 14.06 10.82 -
YUV 93.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 50 117 85 0.57 0 0.27 0.54 151.34 0.4 0.33
Hex 32 75 55 39 0 1B 36 97 28 21
Octal 62 165 125 71 0 33 66 227 50 41
Binary 110010 1110101 1010101 111001 0 11011 110110 10010111 101000 100001

Color Harmonies of #327555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327555

Black with #327555

Text Example


Text Example

White with #327555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327555; }

 p { color: rgb(50,117,85); }

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

background-color css

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

 a { background-color: rgb(50,117,85); }

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

border-color css

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

 span { border-color: rgb(50,117,85); }

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