Html Css Color HEX #3F745A Amazon

📋 copy color: '#3F745A'

red 63 ◦ green 116 ◦ blue 90

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

Shades of Amazon #3F745A

Tints of Amazon #3F745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 23.42%
G = 43.12%
B = 33.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#3F745A (or 0x3F745A) is known color: Amazon. HEX triplet: 3F, 74 and 5A. RGB value is (63,116,90). Sum of RGB (Red+Green+Blue) = 63+116+90=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #3F745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F745A is #C08BA5. Grayscale: #616161. Windows color (decimal): -12618662 or 5927999. OLE color: 5927999.

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

Color convert

RGB 63 116 90 -
CMYK 0.46 0 0.22 0.55
HSL 150.57º 0.3% 0.35% -
HSV(B) 150.57º 0.46% 0.45% -
XYZ 10.14 14.29 11.9 -
YUV 97.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 63 116 90 0.46 0 0.22 0.55 150.57 0.3 0.35
Hex 3F 74 5A 2E 0 16 37 97 1E 23
Octal 77 164 132 56 0 26 67 227 36 43
Binary 111111 1110100 1011010 101110 0 10110 110111 10010111 11110 100011

Color Harmonies of #3F745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F745A

Black with #3F745A

Text Example


Text Example

White with #3F745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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