Html Css Color HEX #3E7252 Amazon

📋 copy color: '#3E7252'

red 62 ◦ green 114 ◦ blue 82

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

Shades of Amazon #3E7252

Tints of Amazon #3E7252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.19%

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

R = 24.03%
G = 44.19%
B = 31.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#3E7252 (or 0x3E7252) is known color: Amazon. HEX triplet: 3E, 72 and 52. RGB value is (62,114,82). Sum of RGB (Red+Green+Blue) = 62+114+82=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #3E7252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7252 is #C18DAD. Grayscale: #5E5E5E. Windows color (decimal): -12684718 or 5403198. OLE color: 5403198.

HSL color Cylindrical-coordinate representation of color #3E7252: hue angle of 143.08º 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 #3E7252 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 114 82 -
CMYK 0.46 0 0.28 0.55
HSL 143.08º 0.3% 0.35% -
HSV(B) 143.08º 0.46% 0.45% -
XYZ 9.53 13.67 10.12 -
YUV 94.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 62 114 82 0.46 0 0.28 0.55 143.08 0.3 0.35
Hex 3E 72 52 2E 0 1C 37 8F 1E 23
Octal 76 162 122 56 0 34 67 217 36 43
Binary 111110 1110010 1010010 101110 0 11100 110111 10001111 11110 100011

Color Harmonies of #3E7252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7252

Black with #3E7252

Text Example


Text Example

White with #3E7252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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