Html Css Color HEX #3E8150 Amazon

📋 copy color: '#3E8150'

red 62 ◦ green 129 ◦ blue 80

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

Shades of Amazon #3E8150

Tints of Amazon #3E8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.6%

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

R = 22.88%
G = 47.6%
B = 29.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#3E8150 (or 0x3E8150) is known color: Amazon. HEX triplet: 3E, 81 and 50. RGB value is (62,129,80). Sum of RGB (Red+Green+Blue) = 62+129+80=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #3E8150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8150 is #C17EAF. Grayscale: #676767. Windows color (decimal): -12680880 or 5275966. OLE color: 5275966.

HSL color Cylindrical-coordinate representation of color #3E8150: hue angle of 136.12º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E8150 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 62 129 80 -
CMYK 0.52 0 0.38 0.49
HSL 136.12º 0.35% 0.37% -
HSV(B) 136.12º 0.52% 0.51% -
XYZ 11.28 17.3 10.33 -
YUV 103.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 62 129 80 0.52 0 0.38 0.49 136.12 0.35 0.37
Hex 3E 81 50 34 0 26 31 88 23 25
Octal 76 201 120 64 0 46 61 210 43 45
Binary 111110 10000001 1010000 110100 0 100110 110001 10001000 100011 100101

Color Harmonies of #3E8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8150

Black with #3E8150

Text Example


Text Example

White with #3E8150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,129,80); }

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

background-color css

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

 a { background-color: rgb(62,129,80); }

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

border-color css

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

 span { border-color: rgb(62,129,80); }

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