#338155

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

Shades of Amazon #338155

Tints of Amazon #338155

Color information

#338155 (or 0x338155) is unknown color: approx Amazon. HEX triplet: 33, 81 and 55. RGB value is (51,129,85). Sum of RGB (Red+Green+Blue) = 51+129+85=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #338155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338155 is #CC7EAA. Grayscale: #646464. Windows color (decimal): -13401771 or 5603635. OLE color: 5603635.

HSL color Cylindrical-coordinate representation of color #338155: hue angle of 146.15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338155 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB5112985-
CMYK0.6000.340.49
HSL146.15º43.33%35.29%-
HSV(B)146.15º60.47%50.59%-
XYZ10.8617.0611.32-
YUV100.66119.1692.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=19.25%
G=48.68%
B=32.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51129850.6000.340.49146.1543.3335.29
Hex3381553C02231922b23
Octal6320112574042612225343
Binary110011100000011010101111100010001011000110010010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338155; }

 p { color: rgb(51,129,85); }

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

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

 a { background-color: rgb(51,129,85); }

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

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

 span { border-color: rgb(51,129,85); }

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