Html Css Color HEX #3E7B5F Amazon

📋 copy color: '#3E7B5F'

red 62 ◦ green 123 ◦ blue 95

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

Shades of Amazon #3E7B5F

Tints of Amazon #3E7B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.93%

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 22.14%
G = 43.93%
B = 33.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#3E7B5F (or 0x3E7B5F) is known color: Amazon. HEX triplet: 3E, 7B and 5F. RGB value is (62,123,95). Sum of RGB (Red+Green+Blue) = 62+123+95=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B5F is #C184A0. Grayscale: #656565. Windows color (decimal): -12682401 or 6257470. OLE color: 6257470.

HSL color Cylindrical-coordinate representation of color #3E7B5F: hue angle of 152.46º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B5F is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 123 95 -
CMYK 0.50 0 0.23 0.52
HSL 152.46º 0.33% 0.36% -
HSV(B) 152.46º 0.5% 0.48% -
XYZ 11.14 16.02 13.33 -
YUV 101.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 62 123 95 0.50 0 0.23 0.52 152.46 0.33 0.36
Hex 3E 7B 5F 32 0 17 34 98 21 24
Octal 76 173 137 62 0 27 64 230 41 44
Binary 111110 1111011 1011111 110010 0 10111 110100 10011000 100001 100100

Color Harmonies of #3E7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7B5F

Black with #3E7B5F

Text Example


Text Example

White with #3E7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,123,95); }

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

background-color css

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

 a { background-color: rgb(62,123,95); }

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

border-color css

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

 span { border-color: rgb(62,123,95); }

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