#338451

Color #338451 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #338451

Tints of Amazon #338451

Color information

#338451 (or 0x338451) is unknown color: approx Amazon. HEX triplet: 33, 84 and 51. RGB value is (51,132,81). Sum of RGB (Red+Green+Blue) = 51+132+81=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #338451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338451 is #CC7BAE. Grayscale: #666666. Windows color (decimal): -13401007 or 5342259. OLE color: 5342259.

HSL color Cylindrical-coordinate representation of color #338451: hue angle of 142.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338451 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB5113281-
CMYK0.6100.390.48
HSL142.22º44.26%35.88%-
HSV(B)142.22º61.36%51.76%-
XYZ11.117.810.64-
YUV101.97116.1691.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=19.32%
G=50%
B=30.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132810.6100.390.48142.2244.2635.88
Hex3384513D027308e2c24
Octal6320412175047602165444
Binary110011100001001010001111101010011111000010001110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338451; }

 p { color: rgb(51,132,81); }

 H1.HeaderClassName
 {
   color: #338451;
 }
 .AnyTagClassName
 {
   color: #338451;
 }
</style>
background-color css

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

 a { background-color: rgb(51,132,81); }

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

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

 span { border-color: rgb(51,132,81); }

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