Html Css Color HEX #32854C Amazon

📋 copy color: '#32854C'

red 50 ◦ green 133 ◦ blue 76

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

Shades of Amazon #32854C

Tints of Amazon #32854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.35%

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 19.31%
G = 51.35%
B = 29.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#32854C (or 0x32854C) is known color: Amazon. HEX triplet: 32, 85 and 4C. RGB value is (50,133,76). Sum of RGB (Red+Green+Blue) = 50+133+76=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #32854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32854C is #CD7AB3. Grayscale: #656565. Windows color (decimal): -13466292 or 5014834. OLE color: 5014834.

HSL color Cylindrical-coordinate representation of color #32854C: hue angle of 138.8º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32854C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 76 -
CMYK 0.62 0 0.43 0.48
HSL 138.8º 0.45% 0.36% -
HSV(B) 138.8º 0.62% 0.52% -
XYZ 11.01 17.97 9.73 -
YUV 101.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 50 133 76 0.62 0 0.43 0.48 138.8 0.45 0.36
Hex 32 85 4C 3E 0 2B 30 8B 2D 24
Octal 62 205 114 76 0 53 60 213 55 44
Binary 110010 10000101 1001100 111110 0 101011 110000 10001011 101101 100100

Color Harmonies of #32854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32854C

Black with #32854C

Text Example


Text Example

White with #32854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32854C; }

 p { color: rgb(50,133,76); }

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

background-color css

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

 a { background-color: rgb(50,133,76); }

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

border-color css

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

 span { border-color: rgb(50,133,76); }

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