Html Css Color HEX #32814B Amazon

📋 copy color: '#32814B'

red 50 ◦ green 129 ◦ blue 75

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

Shades of Amazon #32814B

Tints of Amazon #32814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 19.69%
G = 50.79%
B = 29.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#32814B (or 0x32814B) is known color: Amazon. HEX triplet: 32, 81 and 4B. RGB value is (50,129,75). Sum of RGB (Red+Green+Blue) = 50+129+75=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #32814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32814B is #CD7EB4. Grayscale: #636363. Windows color (decimal): -13467317 or 4948274. OLE color: 4948274.

HSL color Cylindrical-coordinate representation of color #32814B: hue angle of 138.99º 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 #32814B is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 75 -
CMYK 0.61 0 0.42 0.49
HSL 138.99º 0.44% 0.35% -
HSV(B) 138.99º 0.61% 0.51% -
XYZ 10.44 16.89 9.37 -
YUV 99.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 50 129 75 0.61 0 0.42 0.49 138.99 0.44 0.35
Hex 32 81 4B 3D 0 2A 31 8B 2C 23
Octal 62 201 113 75 0 52 61 213 54 43
Binary 110010 10000001 1001011 111101 0 101010 110001 10001011 101100 100011

Color Harmonies of #32814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32814B

Black with #32814B

Text Example


Text Example

White with #32814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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