Html Css Color HEX #32824F Amazon

📋 copy color: '#32824F'

red 50 ◦ green 130 ◦ blue 79

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

Shades of Amazon #32824F

Tints of Amazon #32824F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.19%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 19.31%
G = 50.19%
B = 30.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#32824F (or 0x32824F) is known color: Amazon. HEX triplet: 32, 82 and 4F. RGB value is (50,130,79). Sum of RGB (Red+Green+Blue) = 50+130+79=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #32824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32824F is #CD7DB0. Grayscale: #646464. Windows color (decimal): -13467057 or 5210674. OLE color: 5210674.

HSL color Cylindrical-coordinate representation of color #32824F: hue angle of 141.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32824F is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 79 -
CMYK 0.62 0 0.39 0.49
HSL 141.75º 0.44% 0.35% -
HSV(B) 141.75º 0.62% 0.51% -
XYZ 10.71 17.21 10.15 -
YUV 100.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 50 130 79 0.62 0 0.39 0.49 141.75 0.44 0.35
Hex 32 82 4F 3E 0 27 31 8E 2C 23
Octal 62 202 117 76 0 47 61 216 54 43
Binary 110010 10000010 1001111 111110 0 100111 110001 10001110 101100 100011

Color Harmonies of #32824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32824F

Black with #32824F

Text Example


Text Example

White with #32824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32824F; }

 p { color: rgb(50,130,79); }

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

background-color css

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

 a { background-color: rgb(50,130,79); }

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

border-color css

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

 span { border-color: rgb(50,130,79); }

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