#33744B

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

Shades of Amazon #33744B

Tints of Amazon #33744B

Color information

#33744B (or 0x33744B) is unknown color: approx Amazon. HEX triplet: 33, 74 and 4B. RGB value is (51,116,75). Sum of RGB (Red+Green+Blue) = 51+116+75=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #33744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33744B is #CC8BB4. Grayscale: #5B5B5B. Windows color (decimal): -13405109 or 4944947. OLE color: 4944947.

HSL color Cylindrical-coordinate representation of color #33744B: hue angle of 142.15º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33744B is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB5111675-
CMYK0.5600.350.55
HSL142.15º38.92%32.75%-
HSV(B)142.15º56.03%45.49%-
XYZ8.8813.78.83-
YUV91.89118.4798.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=21.07%
G=47.93%
B=30.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116750.5600.350.55142.1538.9232.75
Hex33744B38023378e2721
Octal6316411370043672164741
Binary11001111101001001011111000010001111011110001110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33744B; }

 p { color: rgb(51,116,75); }

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

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

 a { background-color: rgb(51,116,75); }

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

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

 span { border-color: rgb(51,116,75); }

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