Html Css Color HEX #3E7352 Amazon

📋 copy color: '#3E7352'

red 62 ◦ green 115 ◦ blue 82

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

Shades of Amazon #3E7352

Tints of Amazon #3E7352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 23.94%
G = 44.4%
B = 31.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#3E7352 (or 0x3E7352) is known color: Amazon. HEX triplet: 3E, 73 and 52. RGB value is (62,115,82). Sum of RGB (Red+Green+Blue) = 62+115+82=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7352 is #C18CAD. Grayscale: #5F5F5F. Windows color (decimal): -12684462 or 5403454. OLE color: 5403454.

HSL color Cylindrical-coordinate representation of color #3E7352: hue angle of 142.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E7352 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 115 82 -
CMYK 0.46 0 0.29 0.55
HSL 142.64º 0.3% 0.35% -
HSV(B) 142.64º 0.46% 0.45% -
XYZ 9.64 13.89 10.16 -
YUV 95.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 62 115 82 0.46 0 0.29 0.55 142.64 0.3 0.35
Hex 3E 73 52 2E 0 1D 37 8F 1E 23
Octal 76 163 122 56 0 35 67 217 36 43
Binary 111110 1110011 1010010 101110 0 11101 110111 10001111 11110 100011

Color Harmonies of #3E7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7352

Black with #3E7352

Text Example


Text Example

White with #3E7352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,115,82); }

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

background-color css

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

 a { background-color: rgb(62,115,82); }

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

border-color css

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

 span { border-color: rgb(62,115,82); }

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