#3E8561

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

Shades of Amazon #3E8561

Tints of Amazon #3E8561

Color information

#3E8561 (or 0x3E8561) is unknown color: approx Amazon. HEX triplet: 3E, 85 and 61. RGB value is (62,133,97). Sum of RGB (Red+Green+Blue) = 62+133+97=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #3E8561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8561 is #C17A9E. Grayscale: #6B6B6B. Windows color (decimal): -12679839 or 6391102. OLE color: 6391102.

HSL color Cylindrical-coordinate representation of color #3E8561: hue angle of 149.58º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8561 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB6213397-
CMYK0.5300.270.48
HSL149.58º36.41%38.24%-
HSV(B)149.58º53.38%52.16%-
XYZ12.5318.6614.25-
YUV107.67121.9895.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=21.23%
G=45.55%
B=33.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133970.5300.270.48149.5836.4138.24
Hex3E85613501B30962426
Octal7620514165033602264446
Binary11111010000101110000111010101101111000010010110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8561; }

 p { color: rgb(62,133,97); }

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

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

 a { background-color: rgb(62,133,97); }

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

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

 span { border-color: rgb(62,133,97); }

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