Html Css Color HEX #3E7C55 Amazon

📋 copy color: '#3E7C55'

red 62 ◦ green 124 ◦ blue 85

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

Shades of Amazon #3E7C55

Tints of Amazon #3E7C55

RGB

 RED value IS 62 (24.61% from 255) = 22.88%

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 22.88%
G = 45.76%
B = 31.37%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#3E7C55 (or 0x3E7C55) is known color: Amazon. HEX triplet: 3E, 7C and 55. RGB value is (62,124,85). Sum of RGB (Red+Green+Blue) = 62+124+85=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C55 is #C183AA. Grayscale: #656565. Windows color (decimal): -12682155 or 5602366. OLE color: 5602366.

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

Color convert

RGB 62 124 85 -
CMYK 0.5 0 0.31 0.51
HSL 142.26º 0.33% 0.36% -
HSV(B) 142.26º 0.5% 0.49% -
XYZ 10.83 16.1 11.13 -
YUV 101.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 62 124 85 0.5 0 0.31 0.51 142.26 0.33 0.36
Hex 3E 7C 55 32 0 1F 33 8E 21 24
Octal 76 174 125 62 0 37 63 216 41 44
Binary 111110 1111100 1010101 110010 0 11111 110011 10001110 100001 100100

Color Harmonies of #3E7C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7C55

Black with #3E7C55

Text Example


Text Example

White with #3E7C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,124,85); }

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

background-color css

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

 a { background-color: rgb(62,124,85); }

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

border-color css

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

 span { border-color: rgb(62,124,85); }

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