Html Css Color HEX #3F7455 Amazon

📋 copy color: '#3F7455'

red 63 ◦ green 116 ◦ blue 85

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

Shades of Amazon #3F7455

Tints of Amazon #3F7455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 23.86%
G = 43.94%
B = 32.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#3F7455 (or 0x3F7455) is known color: Amazon. HEX triplet: 3F, 74 and 55. RGB value is (63,116,85). Sum of RGB (Red+Green+Blue) = 63+116+85=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7455 is #C08BAA. Grayscale: #606060. Windows color (decimal): -12618667 or 5600319. OLE color: 5600319.

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

Color convert

RGB 63 116 85 -
CMYK 0.46 0 0.27 0.55
HSL 144.91º 0.3% 0.35% -
HSV(B) 144.91º 0.46% 0.45% -
XYZ 9.93 14.2 10.81 -
YUV 96.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 63 116 85 0.46 0 0.27 0.55 144.91 0.3 0.35
Hex 3F 74 55 2E 0 1B 37 91 1E 23
Octal 77 164 125 56 0 33 67 221 36 43
Binary 111111 1110100 1010101 101110 0 11011 110111 10010001 11110 100011

Color Harmonies of #3F7455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7455

Black with #3F7455

Text Example


Text Example

White with #3F7455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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