#338546

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

Shades of Amazon #338546

Tints of Amazon #338546

Color information

#338546 (or 0x338546) is unknown color: approx Amazon. HEX triplet: 33, 85 and 46. RGB value is (51,133,70). Sum of RGB (Red+Green+Blue) = 51+133+70=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #338546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338546 is #CC7AB9. Grayscale: #656565. Windows color (decimal): -13400762 or 4621619. OLE color: 4621619.

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

Color convert

RGB5113370-
CMYK0.6200.470.48
HSL133.9º44.57%36.08%-
HSV(B)133.9º61.65%52.16%-
XYZ10.8617.928.68-
YUV101.3110.3392.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 133 (52.34% from 255) = 52.36%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=20.08%
G=52.36%
B=27.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133700.6200.470.48133.944.5736.08
Hex3385463E02F30862d24
Octal6320510676057602065544
Binary110011100001011000110111110010111111000010000110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338546; }

 p { color: rgb(51,133,70); }

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

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

 a { background-color: rgb(51,133,70); }

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

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

 span { border-color: rgb(51,133,70); }

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