Html Css Color HEX #3F755D Amazon

📋 copy color: '#3F755D'

red 63 ◦ green 117 ◦ blue 93

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

Shades of Amazon #3F755D

Tints of Amazon #3F755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

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

R = 23.08%
G = 42.86%
B = 34.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#3F755D (or 0x3F755D) is known color: Amazon. HEX triplet: 3F, 75 and 5D. RGB value is (63,117,93). Sum of RGB (Red+Green+Blue) = 63+117+93=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755D is #C08AA2. Grayscale: #626262. Windows color (decimal): -12618403 or 6124863. OLE color: 6124863.

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

Color convert

RGB 63 117 93 -
CMYK 0.46 0 0.21 0.54
HSL 153.33º 0.3% 0.35% -
HSV(B) 153.33º 0.46% 0.46% -
XYZ 10.39 14.57 12.62 -
YUV 98.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 63 117 93 0.46 0 0.21 0.54 153.33 0.3 0.35
Hex 3F 75 5D 2E 0 15 36 99 1E 23
Octal 77 165 135 56 0 25 66 231 36 43
Binary 111111 1110101 1011101 101110 0 10101 110110 10011001 11110 100011

Color Harmonies of #3F755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F755D

Black with #3F755D

Text Example


Text Example

White with #3F755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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