Html Css Color HEX #3F7E5F Amazon

📋 copy color: '#3F7E5F'

red 63 ◦ green 126 ◦ blue 95

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

Shades of Amazon #3F7E5F

Tints of Amazon #3F7E5F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.37%

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 22.18%
G = 44.37%
B = 33.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#3F7E5F (or 0x3F7E5F) is known color: Amazon. HEX triplet: 3F, 7E and 5F. RGB value is (63,126,95). Sum of RGB (Red+Green+Blue) = 63+126+95=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E5F is #C081A0. Grayscale: #676767. Windows color (decimal): -12616097 or 6258239. OLE color: 6258239.

HSL color Cylindrical-coordinate representation of color #3F7E5F: hue angle of 150.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7E5F is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 126 95 -
CMYK 0.50 0 0.25 0.51
HSL 150.48º 0.33% 0.37% -
HSV(B) 150.48º 0.5% 0.49% -
XYZ 11.58 16.8 13.46 -
YUV 103.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 63 126 95 0.50 0 0.25 0.51 150.48 0.33 0.37
Hex 3F 7E 5F 32 0 19 33 96 21 25
Octal 77 176 137 62 0 31 63 226 41 45
Binary 111111 1111110 1011111 110010 0 11001 110011 10010110 100001 100101

Color Harmonies of #3F7E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7E5F

Black with #3F7E5F

Text Example


Text Example

White with #3F7E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,126,95); }

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

background-color css

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

 a { background-color: rgb(63,126,95); }

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

border-color css

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

 span { border-color: rgb(63,126,95); }

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