Html Css Color HEX #3F7354 Amazon

📋 copy color: '#3F7354'

red 63 ◦ green 115 ◦ blue 84

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

Shades of Amazon #3F7354

Tints of Amazon #3F7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.89%

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

R = 24.05%
G = 43.89%
B = 32.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#3F7354 (or 0x3F7354) is known color: Amazon. HEX triplet: 3F, 73 and 54. RGB value is (63,115,84). Sum of RGB (Red+Green+Blue) = 63+115+84=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7354 is #C08CAB. Grayscale: #5F5F5F. Windows color (decimal): -12618924 or 5534527. OLE color: 5534527.

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

Color convert

RGB 63 115 84 -
CMYK 0.45 0 0.27 0.55
HSL 144.23º 0.29% 0.35% -
HSV(B) 144.23º 0.45% 0.45% -
XYZ 9.78 13.96 10.57 -
YUV 95.92 121.27 104.52 -
System Red Green Blue C M Y K H S L
Decimal 63 115 84 0.45 0 0.27 0.55 144.23 0.29 0.35
Hex 3F 73 54 2D 0 1B 37 90 1D 23
Octal 77 163 124 55 0 33 67 220 35 43
Binary 111111 1110011 1010100 101101 0 11011 110111 10010000 11101 100011

Color Harmonies of #3F7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7354

Black with #3F7354

Text Example


Text Example

White with #3F7354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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