Html Css Color HEX #3F7254 Amazon

📋 copy color: '#3F7254'

red 63 ◦ green 114 ◦ blue 84

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

Shades of Amazon #3F7254

Tints of Amazon #3F7254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 24.14%
G = 43.68%
B = 32.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#3F7254 (or 0x3F7254) is known color: Amazon. HEX triplet: 3F, 72 and 54. RGB value is (63,114,84). Sum of RGB (Red+Green+Blue) = 63+114+84=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7254 is #C08DAB. Grayscale: #5F5F5F. Windows color (decimal): -12619180 or 5534271. OLE color: 5534271.

HSL color Cylindrical-coordinate representation of color #3F7254: hue angle of 144.71º 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 #3F7254 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 114 84 -
CMYK 0.45 0 0.26 0.55
HSL 144.71º 0.29% 0.35% -
HSV(B) 144.71º 0.45% 0.45% -
XYZ 9.67 13.73 10.53 -
YUV 95.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 63 114 84 0.45 0 0.26 0.55 144.71 0.29 0.35
Hex 3F 72 54 2D 0 1A 37 91 1D 23
Octal 77 162 124 55 0 32 67 221 35 43
Binary 111111 1110010 1010100 101101 0 11010 110111 10010001 11101 100011

Color Harmonies of #3F7254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7254

Black with #3F7254

Text Example


Text Example

White with #3F7254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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