Html Css Color HEX #3F775E Amazon

📋 copy color: '#3F775E'

red 63 ◦ green 119 ◦ blue 94

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

Shades of Amazon #3F775E

Tints of Amazon #3F775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 22.83%
G = 43.12%
B = 34.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#3F775E (or 0x3F775E) is known color: Amazon. HEX triplet: 3F, 77 and 5E. RGB value is (63,119,94). Sum of RGB (Red+Green+Blue) = 63+119+94=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #3F775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F775E is #C088A1. Grayscale: #636363. Windows color (decimal): -12617890 or 6190911. OLE color: 6190911.

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

Color convert

RGB 63 119 94 -
CMYK 0.47 0 0.21 0.53
HSL 153.21º 0.31% 0.36% -
HSV(B) 153.21º 0.47% 0.47% -
XYZ 10.67 15.06 12.93 -
YUV 99.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 63 119 94 0.47 0 0.21 0.53 153.21 0.31 0.36
Hex 3F 77 5E 2F 0 15 35 99 1F 24
Octal 77 167 136 57 0 25 65 231 37 44
Binary 111111 1110111 1011110 101111 0 10101 110101 10011001 11111 100100

Color Harmonies of #3F775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F775E

Black with #3F775E

Text Example


Text Example

White with #3F775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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