Html Css Color HEX #3F774F Amazon

📋 copy color: '#3F774F'

red 63 ◦ green 119 ◦ blue 79

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

Shades of Amazon #3F774F

Tints of Amazon #3F774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 24.14%
G = 45.59%
B = 30.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#3F774F (or 0x3F774F) is known color: Amazon. HEX triplet: 3F, 77 and 4F. RGB value is (63,119,79). Sum of RGB (Red+Green+Blue) = 63+119+79=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #3F774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F774F is #C088B0. Grayscale: #616161. Windows color (decimal): -12617905 or 5207871. OLE color: 5207871.

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

Color convert

RGB 63 119 79 -
CMYK 0.47 0 0.34 0.53
HSL 137.14º 0.31% 0.36% -
HSV(B) 137.14º 0.47% 0.47% -
XYZ 10.06 14.81 9.73 -
YUV 97.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 63 119 79 0.47 0 0.34 0.53 137.14 0.31 0.36
Hex 3F 77 4F 2F 0 22 35 89 1F 24
Octal 77 167 117 57 0 42 65 211 37 44
Binary 111111 1110111 1001111 101111 0 100010 110101 10001001 11111 100100

Color Harmonies of #3F774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F774F

Black with #3F774F

Text Example


Text Example

White with #3F774F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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