Html Css Color HEX #32814C Amazon

📋 copy color: '#32814C'

red 50 ◦ green 129 ◦ blue 76

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

Shades of Amazon #32814C

Tints of Amazon #32814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.59%

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

R = 19.61%
G = 50.59%
B = 29.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#32814C (or 0x32814C) is known color: Amazon. HEX triplet: 32, 81 and 4C. RGB value is (50,129,76). Sum of RGB (Red+Green+Blue) = 50+129+76=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #32814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32814C is #CD7EB3. Grayscale: #636363. Windows color (decimal): -13467316 or 5013810. OLE color: 5013810.

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

Color convert

RGB 50 129 76 -
CMYK 0.61 0 0.41 0.49
HSL 139.75º 0.44% 0.35% -
HSV(B) 139.75º 0.61% 0.51% -
XYZ 10.47 16.9 9.55 -
YUV 99.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 50 129 76 0.61 0 0.41 0.49 139.75 0.44 0.35
Hex 32 81 4C 3D 0 29 31 8C 2C 23
Octal 62 201 114 75 0 51 61 214 54 43
Binary 110010 10000001 1001100 111101 0 101001 110001 10001100 101100 100011

Color Harmonies of #32814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32814C

Black with #32814C

Text Example


Text Example

White with #32814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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