Html Css Color HEX #3E735A Amazon

📋 copy color: '#3E735A'

red 62 ◦ green 115 ◦ blue 90

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

Shades of Amazon #3E735A

Tints of Amazon #3E735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 23.22%
G = 43.07%
B = 33.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#3E735A (or 0x3E735A) is known color: Amazon. HEX triplet: 3E, 73 and 5A. RGB value is (62,115,90). Sum of RGB (Red+Green+Blue) = 62+115+90=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #3E735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E735A is #C18CA5. Grayscale: #606060. Windows color (decimal): -12684454 or 5927742. OLE color: 5927742.

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

Color convert

RGB 62 115 90 -
CMYK 0.46 0 0.22 0.55
HSL 151.7º 0.3% 0.35% -
HSV(B) 151.7º 0.46% 0.45% -
XYZ 9.96 14.02 11.85 -
YUV 96.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 62 115 90 0.46 0 0.22 0.55 151.7 0.3 0.35
Hex 3E 73 5A 2E 0 16 37 98 1E 23
Octal 76 163 132 56 0 26 67 230 36 43
Binary 111110 1110011 1011010 101110 0 10110 110111 10011000 11110 100011

Color Harmonies of #3E735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E735A

Black with #3E735A

Text Example


Text Example

White with #3E735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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