Html Css Color HEX #3F7459 Amazon

📋 copy color: '#3F7459'

red 63 ◦ green 116 ◦ blue 89

#3F7459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #3F7459

Tints of Amazon #3F7459

RGB

 RED value IS 63 (25% from 255) = 23.51%

 GREEN value IS 116 (45.7% from 255) = 43.28%

 BLUE value IS 89 (35.16% from 255) = 33.21%

R = 23.51%
G = 43.28%
B = 33.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#3F7459 (or 0x3F7459) is known color: Amazon. HEX triplet: 3F, 74 and 59. RGB value is (63,116,89). Sum of RGB (Red+Green+Blue) = 63+116+89=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7459 is #C08BA6. Grayscale: #616161. Windows color (decimal): -12618663 or 5862463. OLE color: 5862463.

HSL color Cylindrical-coordinate representation of color #3F7459: hue angle of 149.43º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7459 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 116 89 -
CMYK 0.46 0 0.23 0.55
HSL 149.43º 0.3% 0.35% -
HSV(B) 149.43º 0.46% 0.45% -
XYZ 10.1 14.27 11.67 -
YUV 97.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 63 116 89 0.46 0 0.23 0.55 149.43 0.3 0.35
Hex 3F 74 59 2E 0 17 37 95 1E 23
Octal 77 164 131 56 0 27 67 225 36 43
Binary 111111 1110100 1011001 101110 0 10111 110111 10010101 11110 100011

Color Harmonies of #3F7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7459

Black with #3F7459

Text Example


Text Example

White with #3F7459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,116,89); }

 H1.HeaderClassName
 {
   color: #3F7459;
 }
 .AnyTagClassName
 {
   color: #3F7459;
 }
</style>

background-color css

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

 a { background-color: rgb(63,116,89); }

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

border-color css

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

 span { border-color: rgb(63,116,89); }

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