Html Css Color HEX #3F7251 Amazon

📋 copy color: '#3F7251'

red 63 ◦ green 114 ◦ blue 81

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

Shades of Amazon #3F7251

Tints of Amazon #3F7251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.19%

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

R = 24.42%
G = 44.19%
B = 31.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#3F7251 (or 0x3F7251) is known color: Amazon. HEX triplet: 3F, 72 and 51. RGB value is (63,114,81). Sum of RGB (Red+Green+Blue) = 63+114+81=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7251 is #C08DAE. Grayscale: #5F5F5F. Windows color (decimal): -12619183 or 5337663. OLE color: 5337663.

HSL color Cylindrical-coordinate representation of color #3F7251: hue angle of 141.18º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7251 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 114 81 -
CMYK 0.45 0 0.29 0.55
HSL 141.18º 0.29% 0.35% -
HSV(B) 141.18º 0.45% 0.45% -
XYZ 9.55 13.69 9.92 -
YUV 94.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 63 114 81 0.45 0 0.29 0.55 141.18 0.29 0.35
Hex 3F 72 51 2D 0 1D 37 8D 1D 23
Octal 77 162 121 55 0 35 67 215 35 43
Binary 111111 1110010 1010001 101101 0 11101 110111 10001101 11101 100011

Color Harmonies of #3F7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7251

Black with #3F7251

Text Example


Text Example

White with #3F7251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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