Html Css Color HEX #3F7750 Amazon

📋 copy color: '#3F7750'

red 63 ◦ green 119 ◦ blue 80

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

Shades of Amazon #3F7750

Tints of Amazon #3F7750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.53%

R = 24.05%
G = 45.42%
B = 30.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#3F7750 (or 0x3F7750) is known color: Amazon. HEX triplet: 3F, 77 and 50. RGB value is (63,119,80). Sum of RGB (Red+Green+Blue) = 63+119+80=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7750 is #C088AF. Grayscale: #616161. Windows color (decimal): -12617904 or 5273407. OLE color: 5273407.

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

Color convert

RGB 63 119 80 -
CMYK 0.47 0 0.33 0.53
HSL 138.21º 0.31% 0.36% -
HSV(B) 138.21º 0.47% 0.47% -
XYZ 10.09 14.83 9.92 -
YUV 97.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 63 119 80 0.47 0 0.33 0.53 138.21 0.31 0.36
Hex 3F 77 50 2F 0 21 35 8A 1F 24
Octal 77 167 120 57 0 41 65 212 37 44
Binary 111111 1110111 1010000 101111 0 100001 110101 10001010 11111 100100

Color Harmonies of #3F7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7750

Black with #3F7750

Text Example


Text Example

White with #3F7750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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