Html Css Color HEX #3F765D Amazon

📋 copy color: '#3F765D'

red 63 ◦ green 118 ◦ blue 93

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

Shades of Amazon #3F765D

Tints of Amazon #3F765D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 22.99%
G = 43.07%
B = 33.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#3F765D (or 0x3F765D) is known color: Amazon. HEX triplet: 3F, 76 and 5D. RGB value is (63,118,93). Sum of RGB (Red+Green+Blue) = 63+118+93=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #3F765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F765D is #C089A2. Grayscale: #626262. Windows color (decimal): -12618147 or 6125119. OLE color: 6125119.

HSL color Cylindrical-coordinate representation of color #3F765D: hue angle of 152.73º 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 #3F765D is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 93 -
CMYK 0.47 0 0.21 0.54
HSL 152.73º 0.3% 0.35% -
HSV(B) 152.73º 0.47% 0.46% -
XYZ 10.5 14.8 12.66 -
YUV 98.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 63 118 93 0.47 0 0.21 0.54 152.73 0.3 0.35
Hex 3F 76 5D 2F 0 15 36 99 1E 23
Octal 77 166 135 57 0 25 66 231 36 43
Binary 111111 1110110 1011101 101111 0 10101 110110 10011001 11110 100011

Color Harmonies of #3F765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F765D

Black with #3F765D

Text Example


Text Example

White with #3F765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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