Html Css Color HEX #3F7650 Amazon

📋 copy color: '#3F7650'

red 63 ◦ green 118 ◦ blue 80

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

Shades of Amazon #3F7650

Tints of Amazon #3F7650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 24.14%
G = 45.21%
B = 30.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#3F7650 (or 0x3F7650) is known color: Amazon. HEX triplet: 3F, 76 and 50. RGB value is (63,118,80). Sum of RGB (Red+Green+Blue) = 63+118+80=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7650 is #C089AF. Grayscale: #616161. Windows color (decimal): -12618160 or 5273151. OLE color: 5273151.

HSL color Cylindrical-coordinate representation of color #3F7650: hue angle of 138.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7650 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 80 -
CMYK 0.47 0 0.32 0.54
HSL 138.55º 0.3% 0.35% -
HSV(B) 138.55º 0.47% 0.46% -
XYZ 9.98 14.59 9.88 -
YUV 97.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 63 118 80 0.47 0 0.32 0.54 138.55 0.3 0.35
Hex 3F 76 50 2F 0 20 36 8B 1E 23
Octal 77 166 120 57 0 40 66 213 36 43
Binary 111111 1110110 1010000 101111 0 100000 110110 10001011 11110 100011

Color Harmonies of #3F7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7650

Black with #3F7650

Text Example


Text Example

White with #3F7650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,80); }

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

background-color css

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

 a { background-color: rgb(63,118,80); }

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

border-color css

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

 span { border-color: rgb(63,118,80); }

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