#338148

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

Shades of Amazon #338148

Tints of Amazon #338148

Color information

#338148 (or 0x338148) is unknown color: approx Amazon. HEX triplet: 33, 81 and 48. RGB value is (51,129,72). Sum of RGB (Red+Green+Blue) = 51+129+72=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #338148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338148 is #CC7EB7. Grayscale: #636363. Windows color (decimal): -13401784 or 4751667. OLE color: 4751667.

HSL color Cylindrical-coordinate representation of color #338148: hue angle of 136.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 #338148 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB5112972-
CMYK0.6000.440.49
HSL136.15º43.33%35.29%-
HSV(B)136.15º60.47%50.59%-
XYZ10.3916.878.84-
YUV99.18112.6693.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=20.24%
G=51.19%
B=28.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51129720.6000.440.49136.1543.3335.29
Hex3381483C02C31882b23
Octal6320111074054612105343
Binary110011100000011001000111100010110011000110001000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338148; }

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

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

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

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

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

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

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

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