Html Css Color HEX #3F7758 Amazon

📋 copy color: '#3F7758'

red 63 ◦ green 119 ◦ blue 88

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

Shades of Amazon #3F7758

Tints of Amazon #3F7758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 23.33%
G = 44.07%
B = 32.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#3F7758 (or 0x3F7758) is known color: Amazon. HEX triplet: 3F, 77 and 58. RGB value is (63,119,88). Sum of RGB (Red+Green+Blue) = 63+119+88=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7758 is #C088A7. Grayscale: #626262. Windows color (decimal): -12617896 or 5797695. OLE color: 5797695.

HSL color Cylindrical-coordinate representation of color #3F7758: hue angle of 146.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7758 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 88 -
CMYK 0.47 0 0.26 0.53
HSL 146.79º 0.31% 0.36% -
HSV(B) 146.79º 0.47% 0.47% -
XYZ 10.41 14.95 11.57 -
YUV 98.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 63 119 88 0.47 0 0.26 0.53 146.79 0.31 0.36
Hex 3F 77 58 2F 0 1A 35 93 1F 24
Octal 77 167 130 57 0 32 65 223 37 44
Binary 111111 1110111 1011000 101111 0 11010 110101 10010011 11111 100100

Color Harmonies of #3F7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7758

Black with #3F7758

Text Example


Text Example

White with #3F7758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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