Html Css Color HEX #3F775B Amazon

📋 copy color: '#3F775B'

red 63 ◦ green 119 ◦ blue 91

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

Shades of Amazon #3F775B

Tints of Amazon #3F775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 23.08%
G = 43.59%
B = 33.33%

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

#3F775B (or 0x3F775B) is known color: Amazon. HEX triplet: 3F, 77 and 5B. RGB value is (63,119,91). Sum of RGB (Red+Green+Blue) = 63+119+91=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #3F775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F775B is #C088A4. Grayscale: #636363. Windows color (decimal): -12617893 or 5994303. OLE color: 5994303.

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

Color convert

RGB 63 119 91 -
CMYK 0.47 0 0.24 0.53
HSL 150º 0.31% 0.36% -
HSV(B) 150º 0.47% 0.47% -
XYZ 10.54 15.01 12.24 -
YUV 99.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 63 119 91 0.47 0 0.24 0.53 150 0.31 0.36
Hex 3F 77 5B 2F 0 18 35 96 1F 24
Octal 77 167 133 57 0 30 65 226 37 44
Binary 111111 1110111 1011011 101111 0 11000 110101 10010110 11111 100100

Color Harmonies of #3F775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F775B

Black with #3F775B

Text Example


Text Example

White with #3F775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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