#33854E

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

Shades of Amazon #33854E

Tints of Amazon #33854E

Color information

#33854E (or 0x33854E) is unknown color: approx Amazon. HEX triplet: 33, 85 and 4E. RGB value is (51,133,78). Sum of RGB (Red+Green+Blue) = 51+133+78=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #33854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33854E is #CC7AB1. Grayscale: #666666. Windows color (decimal): -13400754 or 5145907. OLE color: 5145907.

HSL color Cylindrical-coordinate representation of color #33854E: hue angle of 139.76º 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 #33854E is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB5113378-
CMYK0.6200.410.48
HSL139.76º44.57%36.08%-
HSV(B)139.76º61.65%52.16%-
XYZ11.1318.0310.1-
YUV102.21114.3391.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 133 (52.34% from 255) = 50.76%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=19.47%
G=50.76%
B=29.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133780.6200.410.48139.7644.5736.08
Hex33854E3E029308c2d24
Octal6320511676051602145544
Binary110011100001011001110111110010100111000010001100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33854E; }

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

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

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

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

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

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

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

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