Html Css Color HEX #3F7751 Amazon

📋 copy color: '#3F7751'

red 63 ◦ green 119 ◦ blue 81

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

Shades of Amazon #3F7751

Tints of Amazon #3F7751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 23.95%
G = 45.25%
B = 30.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#3F7751 (or 0x3F7751) is known color: Amazon. HEX triplet: 3F, 77 and 51. RGB value is (63,119,81). Sum of RGB (Red+Green+Blue) = 63+119+81=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7751 is #C088AE. Grayscale: #626262. Windows color (decimal): -12617903 or 5338943. OLE color: 5338943.

HSL color Cylindrical-coordinate representation of color #3F7751: hue angle of 139.29º 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 #3F7751 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 81 -
CMYK 0.47 0 0.32 0.53
HSL 139.29º 0.31% 0.36% -
HSV(B) 139.29º 0.47% 0.47% -
XYZ 10.13 14.84 10.12 -
YUV 97.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 63 119 81 0.47 0 0.32 0.53 139.29 0.31 0.36
Hex 3F 77 51 2F 0 20 35 8B 1F 24
Octal 77 167 121 57 0 40 65 213 37 44
Binary 111111 1110111 1010001 101111 0 100000 110101 10001011 11111 100100

Color Harmonies of #3F7751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7751

Black with #3F7751

Text Example


Text Example

White with #3F7751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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