Html Css Color HEX #3F7658 Amazon

📋 copy color: '#3F7658'

red 63 ◦ green 118 ◦ blue 88

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

Shades of Amazon #3F7658

Tints of Amazon #3F7658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.87%

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 23.42%
G = 43.87%
B = 32.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#3F7658 (or 0x3F7658) is known color: Amazon. HEX triplet: 3F, 76 and 58. RGB value is (63,118,88). Sum of RGB (Red+Green+Blue) = 63+118+88=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7658 is #C089A7. Grayscale: #626262. Windows color (decimal): -12618152 or 5797439. OLE color: 5797439.

HSL color Cylindrical-coordinate representation of color #3F7658: hue angle of 147.27º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7658 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 88 -
CMYK 0.47 0 0.25 0.54
HSL 147.27º 0.3% 0.35% -
HSV(B) 147.27º 0.47% 0.46% -
XYZ 10.29 14.72 11.53 -
YUV 98.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 63 118 88 0.47 0 0.25 0.54 147.27 0.3 0.35
Hex 3F 76 58 2F 0 19 36 93 1E 23
Octal 77 166 130 57 0 31 66 223 36 43
Binary 111111 1110110 1011000 101111 0 11001 110110 10010011 11110 100011

Color Harmonies of #3F7658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7658

Black with #3F7658

Text Example


Text Example

White with #3F7658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,88); }

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

background-color css

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

 a { background-color: rgb(63,118,88); }

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

border-color css

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

 span { border-color: rgb(63,118,88); }

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