Html Css Color HEX #3F7D53 Amazon

📋 copy color: '#3F7D53'

red 63 ◦ green 125 ◦ blue 83

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

Shades of Amazon #3F7D53

Tints of Amazon #3F7D53

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

 BLUE value IS 83 (32.81% from 255) = 30.63%

R = 23.25%
G = 46.13%
B = 30.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#3F7D53 (or 0x3F7D53) is known color: Amazon. HEX triplet: 3F, 7D and 53. RGB value is (63,125,83). Sum of RGB (Red+Green+Blue) = 63+125+83=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #3F7D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7D53 is #C082AC. Grayscale: #656565. Windows color (decimal): -12616365 or 5471551. OLE color: 5471551.

HSL color Cylindrical-coordinate representation of color #3F7D53: hue angle of 139.35º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7D53 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 125 83 -
CMYK 0.50 0 0.34 0.51
HSL 139.35º 0.33% 0.37% -
HSV(B) 139.35º 0.5% 0.49% -
XYZ 10.94 16.35 10.76 -
YUV 101.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 63 125 83 0.50 0 0.34 0.51 139.35 0.33 0.37
Hex 3F 7D 53 32 0 22 33 8B 21 25
Octal 77 175 123 62 0 42 63 213 41 45
Binary 111111 1111101 1010011 110010 0 100010 110011 10001011 100001 100101

Color Harmonies of #3F7D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7D53

Black with #3F7D53

Text Example


Text Example

White with #3F7D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,125,83); }

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

background-color css

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

 a { background-color: rgb(63,125,83); }

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

border-color css

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

 span { border-color: rgb(63,125,83); }

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