Html Css Color HEX #3F775A Amazon

📋 copy color: '#3F775A'

red 63 ◦ green 119 ◦ blue 90

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

Shades of Amazon #3F775A

Tints of Amazon #3F775A

RGB

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

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

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

R = 23.16%
G = 43.75%
B = 33.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#3F775A (or 0x3F775A) is known color: Amazon. HEX triplet: 3F, 77 and 5A. RGB value is (63,119,90). Sum of RGB (Red+Green+Blue) = 63+119+90=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #3F775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F775A is #C088A5. Grayscale: #636363. Windows color (decimal): -12617894 or 5928767. OLE color: 5928767.

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

Color convert

RGB 63 119 90 -
CMYK 0.47 0 0.24 0.53
HSL 148.93º 0.31% 0.36% -
HSV(B) 148.93º 0.47% 0.47% -
XYZ 10.49 14.99 12.01 -
YUV 98.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 63 119 90 0.47 0 0.24 0.53 148.93 0.31 0.36
Hex 3F 77 5A 2F 0 18 35 95 1F 24
Octal 77 167 132 57 0 30 65 225 37 44
Binary 111111 1110111 1011010 101111 0 11000 110101 10010101 11111 100100

Color Harmonies of #3F775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F775A

Black with #3F775A

Text Example


Text Example

White with #3F775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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