Html Css Color HEX #3F7456 Amazon

📋 copy color: '#3F7456'

red 63 ◦ green 116 ◦ blue 86

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

Shades of Amazon #3F7456

Tints of Amazon #3F7456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 23.77%
G = 43.77%
B = 32.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#3F7456 (or 0x3F7456) is known color: Amazon. HEX triplet: 3F, 74 and 56. RGB value is (63,116,86). Sum of RGB (Red+Green+Blue) = 63+116+86=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7456 is #C08BA9. Grayscale: #606060. Windows color (decimal): -12618666 or 5665855. OLE color: 5665855.

HSL color Cylindrical-coordinate representation of color #3F7456: hue angle of 146.04º 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 #3F7456 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 116 86 -
CMYK 0.46 0 0.26 0.55
HSL 146.04º 0.3% 0.35% -
HSV(B) 146.04º 0.46% 0.45% -
XYZ 9.98 14.22 11.02 -
YUV 96.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 63 116 86 0.46 0 0.26 0.55 146.04 0.3 0.35
Hex 3F 74 56 2E 0 1A 37 92 1E 23
Octal 77 164 126 56 0 32 67 222 36 43
Binary 111111 1110100 1010110 101110 0 11010 110111 10010010 11110 100011

Color Harmonies of #3F7456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7456

Black with #3F7456

Text Example


Text Example

White with #3F7456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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