Html Css Color HEX #3F8150 Amazon

📋 copy color: '#3F8150'

red 63 ◦ green 129 ◦ blue 80

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

Shades of Amazon #3F8150

Tints of Amazon #3F8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.43%

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

R = 23.16%
G = 47.43%
B = 29.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#3F8150 (or 0x3F8150) is known color: Amazon. HEX triplet: 3F, 81 and 50. RGB value is (63,129,80). Sum of RGB (Red+Green+Blue) = 63+129+80=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #3F8150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8150 is #C07EAF. Grayscale: #676767. Windows color (decimal): -12615344 or 5275967. OLE color: 5275967.

HSL color Cylindrical-coordinate representation of color #3F8150: hue angle of 135.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F8150 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 129 80 -
CMYK 0.51 0 0.38 0.49
HSL 135.45º 0.34% 0.38% -
HSV(B) 135.45º 0.51% 0.51% -
XYZ 11.35 17.34 10.34 -
YUV 103.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 63 129 80 0.51 0 0.38 0.49 135.45 0.34 0.38
Hex 3F 81 50 33 0 26 31 87 22 26
Octal 77 201 120 63 0 46 61 207 42 46
Binary 111111 10000001 1010000 110011 0 100110 110001 10000111 100010 100110

Color Harmonies of #3F8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8150

Black with #3F8150

Text Example


Text Example

White with #3F8150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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