Html Css Color HEX #3F755B Amazon

📋 copy color: '#3F755B'

red 63 ◦ green 117 ◦ blue 91

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

Shades of Amazon #3F755B

Tints of Amazon #3F755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.58%

R = 23.25%
G = 43.17%
B = 33.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#3F755B (or 0x3F755B) is known color: Amazon. HEX triplet: 3F, 75 and 5B. RGB value is (63,117,91). Sum of RGB (Red+Green+Blue) = 63+117+91=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755B is #C08AA4. Grayscale: #616161. Windows color (decimal): -12618405 or 5993791. OLE color: 5993791.

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

Color convert

RGB 63 117 91 -
CMYK 0.46 0 0.22 0.54
HSL 151.11º 0.3% 0.35% -
HSV(B) 151.11º 0.46% 0.46% -
XYZ 10.3 14.53 12.16 -
YUV 97.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 63 117 91 0.46 0 0.22 0.54 151.11 0.3 0.35
Hex 3F 75 5B 2E 0 16 36 97 1E 23
Octal 77 165 133 56 0 26 66 227 36 43
Binary 111111 1110101 1011011 101110 0 10110 110110 10010111 11110 100011

Color Harmonies of #3F755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F755B

Black with #3F755B

Text Example


Text Example

White with #3F755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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