#338350

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

Shades of Amazon #338350

Tints of Amazon #338350

Color information

#338350 (or 0x338350) is unknown color: approx Amazon. HEX triplet: 33, 83 and 50. RGB value is (51,131,80). Sum of RGB (Red+Green+Blue) = 51+131+80=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #338350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338350 is #CC7CAF. Grayscale: #656565. Windows color (decimal): -13401264 or 5276467. OLE color: 5276467.

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

Color convert

RGB5113180-
CMYK0.6100.390.49
HSL141.75º43.96%35.69%-
HSV(B)141.75º61.07%51.37%-
XYZ10.9317.5210.39-
YUV101.2711692.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=19.47%
G=50%
B=30.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51131800.6100.390.49141.7543.9635.69
Hex3383503D027318e2c24
Octal6320312075047612165444
Binary110011100000111010000111101010011111000110001110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338350; }

 p { color: rgb(51,131,80); }

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

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

 a { background-color: rgb(51,131,80); }

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

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

 span { border-color: rgb(51,131,80); }

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