Html Css Color HEX #3F7757 Amazon

📋 copy color: '#3F7757'

red 63 ◦ green 119 ◦ blue 87

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

Shades of Amazon #3F7757

Tints of Amazon #3F7757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

 BLUE value IS 87 (34.38% from 255) = 32.34%

R = 23.42%
G = 44.24%
B = 32.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#3F7757 (or 0x3F7757) is known color: Amazon. HEX triplet: 3F, 77 and 57. RGB value is (63,119,87). Sum of RGB (Red+Green+Blue) = 63+119+87=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7757 is #C088A8. Grayscale: #626262. Windows color (decimal): -12617897 or 5732159. OLE color: 5732159.

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

Color convert

RGB 63 119 87 -
CMYK 0.47 0 0.27 0.53
HSL 145.71º 0.31% 0.36% -
HSV(B) 145.71º 0.47% 0.47% -
XYZ 10.37 14.94 11.35 -
YUV 98.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 63 119 87 0.47 0 0.27 0.53 145.71 0.31 0.36
Hex 3F 77 57 2F 0 1B 35 92 1F 24
Octal 77 167 127 57 0 33 65 222 37 44
Binary 111111 1110111 1010111 101111 0 11011 110101 10010010 11111 100100

Color Harmonies of #3F7757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7757

Black with #3F7757

Text Example


Text Example

White with #3F7757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,119,87); }

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

background-color css

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

 a { background-color: rgb(63,119,87); }

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

border-color css

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

 span { border-color: rgb(63,119,87); }

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