Html Css Color HEX #3F8151 Amazon

📋 copy color: '#3F8151'

red 63 ◦ green 129 ◦ blue 81

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

Shades of Amazon #3F8151

Tints of Amazon #3F8151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 23.08%
G = 47.25%
B = 29.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#3F8151 (or 0x3F8151) is known color: Amazon. HEX triplet: 3F, 81 and 51. RGB value is (63,129,81). Sum of RGB (Red+Green+Blue) = 63+129+81=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #3F8151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8151 is #C07EAE. Grayscale: #676767. Windows color (decimal): -12615343 or 5341503. OLE color: 5341503.

HSL color Cylindrical-coordinate representation of color #3F8151: hue angle of 136.36º 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 #3F8151 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 129 81 -
CMYK 0.51 0 0.37 0.49
HSL 136.36º 0.34% 0.38% -
HSV(B) 136.36º 0.51% 0.51% -
XYZ 11.39 17.35 10.53 -
YUV 103.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 63 129 81 0.51 0 0.37 0.49 136.36 0.34 0.38
Hex 3F 81 51 33 0 25 31 88 22 26
Octal 77 201 121 63 0 45 61 210 42 46
Binary 111111 10000001 1010001 110011 0 100101 110001 10001000 100010 100110

Color Harmonies of #3F8151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8151

Black with #3F8151

Text Example


Text Example

White with #3F8151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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