#338846

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

Shades of Amazon #338846

Tints of Amazon #338846

Color information

#338846 (or 0x338846) is unknown color: approx Amazon. HEX triplet: 33, 88 and 46. RGB value is (51,136,70). Sum of RGB (Red+Green+Blue) = 51+136+70=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #338846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338846 is #CC77B9. Grayscale: #676767. Windows color (decimal): -13399994 or 4622387. OLE color: 4622387.

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

Color convert

RGB5113670-
CMYK0.6200.490.47
HSL133.41º45.45%36.67%-
HSV(B)133.41º62.5%53.33%-
XYZ11.2718.758.82-
YUV103.06109.3490.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=19.84%
G=52.92%
B=27.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51136700.6200.490.47133.4145.4536.67
Hex3388463E0312F852d25
Octal6321010676061572055545
Binary110011100010001000110111110011000110111110000101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338846; }

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

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

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

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

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

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

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

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