#338254

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

Shades of Amazon #338254

Tints of Amazon #338254

Color information

#338254 (or 0x338254) is unknown color: approx Amazon. HEX triplet: 33, 82 and 54. RGB value is (51,130,84). Sum of RGB (Red+Green+Blue) = 51+130+84=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #338254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338254 is #CC7DAB. Grayscale: #656565. Windows color (decimal): -13401516 or 5538355. OLE color: 5538355.

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

Color convert

RGB5113084-
CMYK0.6100.350.49
HSL145.06º43.65%35.49%-
HSV(B)145.06º60.77%50.98%-
XYZ10.9517.3111.15-
YUV101.14118.3392.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=19.25%
G=49.06%
B=31.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130840.6100.350.49145.0643.6535.49
Hex3382543D02331912c23
Octal6320212475043612215443
Binary110011100000101010100111101010001111000110010001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338254; }

 p { color: rgb(51,130,84); }

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

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

 a { background-color: rgb(51,130,84); }

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

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

 span { border-color: rgb(51,130,84); }

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