Html Css Color HEX #3E735C Amazon

📋 copy color: '#3E735C'

red 62 ◦ green 115 ◦ blue 92

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

Shades of Amazon #3E735C

Tints of Amazon #3E735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 23.05%
G = 42.75%
B = 34.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#3E735C (or 0x3E735C) is known color: Amazon. HEX triplet: 3E, 73 and 5C. RGB value is (62,115,92). Sum of RGB (Red+Green+Blue) = 62+115+92=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #3E735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E735C is #C18CA3. Grayscale: #606060. Windows color (decimal): -12684452 or 6058814. OLE color: 6058814.

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

Color convert

RGB 62 115 92 -
CMYK 0.46 0 0.20 0.55
HSL 153.96º 0.3% 0.35% -
HSV(B) 153.96º 0.46% 0.45% -
XYZ 10.05 14.06 12.31 -
YUV 96.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 62 115 92 0.46 0 0.20 0.55 153.96 0.3 0.35
Hex 3E 73 5C 2E 0 14 37 9A 1E 23
Octal 76 163 134 56 0 24 67 232 36 43
Binary 111110 1110011 1011100 101110 0 10100 110111 10011010 11110 100011

Color Harmonies of #3E735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E735C

Black with #3E735C

Text Example


Text Example

White with #3E735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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